]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/views/admin.py
Adds a couple of options to manage the "accepting answers" workflow.
[osqa.git] / forum / views / admin.py
index 29fd454fcbfb2bda7d5f732dfb6f8ce5a6ed9dd8..7b10f7cec43c22835fa84a96622dc7fa7e32edfc 100644 (file)
@@ -36,7 +36,7 @@ def admin_page(fn):
             context['allsets'] = Setting.sets
             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',
+                    ('basic', 'users', 'email', 'paths', 'extkeys', 'repgain', 'minrep', 'voting', 'accept', 'badges', 'about', 'faq', 'sidebar',
                     'form', 'moderation', 'css', 'headandfoot', 'head', 'view', 'urls')]
                     , lambda s1, s2: s1.weight - s2.weight)