diff --git a/web/settings.py b/web/settings.py index 5ecf753d3..270bbeb3f 100644 --- a/web/settings.py +++ b/web/settings.py @@ -116,6 +116,7 @@ "captcha", "markdownx", "web", + "web.virtual_lab.apps.VirtualLabConfig", ] if DEBUG and not TESTING: diff --git a/web/templates/base.html b/web/templates/base.html index 67ccf0b39..abda0ee64 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -283,6 +283,11 @@