diff --git a/cms/apps.py b/cms/apps.py index 160100e..6807913 100644 --- a/cms/apps.py +++ b/cms/apps.py @@ -7,6 +7,4 @@ class CmsConfig(AppConfig): verbose_name = _('Content Management System') def ready(self): - # Need to load view models of all installed apps to make the - # register_view decorator work - autodiscover_modules('views') + autodiscover_modules('cms') diff --git a/cms/templates/cms/base.html b/cms/templates/cms/base.html index b7e86cf..d8df9e7 100644 --- a/cms/templates/cms/base.html +++ b/cms/templates/cms/base.html @@ -12,7 +12,7 @@ {% block extrahead %}{% endblock %} -
+