Add logout page (view, template, link)
[xnet] / xnet / settings / base.py
index f865072..b595943 100644 (file)
@@ -142,6 +142,9 @@ TEMPLATE_DIRS = (
 )
 
 INSTALLED_APPS = (
+    # site app defines registration/ templates which overwrite other apps
+    'xnet.site',
+
     'django.contrib.auth',
     'django.contrib.contenttypes',
     'django.contrib.sessions',
@@ -154,7 +157,6 @@ INSTALLED_APPS = (
     'crispy_forms',
 
     'xnet.accounts',
-    'xnet.site',
     'xnet.groups',
     'xnet.news',
     'xnet.events',