diff --git a/WikiENS/settings/common.py b/WikiENS/settings/common.py index 99af98e..67cdbc7 100644 --- a/WikiENS/settings/common.py +++ b/WikiENS/settings/common.py @@ -55,6 +55,7 @@ INSTALLED_APPS = [ "sorl.thumbnail", "widget_tweaks", "shared", # Keep `shared` above `wiki` to override the default templates + "wiki_groups", "wiki", "wiki.plugins.attachments", "wiki.plugins.notifications",