]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/views/admin.py
Removes some unsused context variables, and removes the books module which was not...
[osqa.git] / forum / views / admin.py
index 7297c1f9fb8649fb8d9cf94e2d35cd530dd398db..ad4f9b933c01137372d92360ae8022931691e34a 100644 (file)
@@ -37,7 +37,7 @@ def admin_page(fn):
             context['othersets'] = sorted(
                     [s for s in Setting.sets.values() if not s.name in
                     ('basic', 'users', 'email', 'paths', 'extkeys', 'repgain', 'minrep', 'voting', 'badges', 'about', 'faq', 'sidebar',
-                    'form', 'moderation', 'css', 'headandfoot', 'head')]
+                    'form', 'moderation', 'css', 'headandfoot', 'head', 'view')]
                     , lambda s1, s2: s1.weight - s2.weight)
 
             unsaved = request.session.get('previewing_settings', {})