]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/views/admin.py
Adds options to control the behaviour of urls.
[osqa.git] / forum / views / admin.py
index ad4f9b933c01137372d92360ae8022931691e34a..29fd454fcbfb2bda7d5f732dfb6f8ce5a6ed9dd8 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', 'view')]
+                    'form', 'moderation', 'css', 'headandfoot', 'head', 'view', 'urls')]
                     , lambda s1, s2: s1.weight - s2.weight)
 
             unsaved = request.session.get('previewing_settings', {})