]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/views/admin.py
Should fix the missing admin items problem.
[osqa.git] / forum / views / admin.py
index e9e9d476d27ea6bed6c184339be74eb7727d111a..724315f3410e38fff2fec870b1c163ac51303cb5 100644 (file)
@@ -54,7 +54,7 @@ def admin_page_wrapper(fn, request, *args, **kwargs):
             'form', 'moderation', 'css', 'headandfoot', 'head', 'view', 'urls')]
             , lambda s1, s2: s1.weight - s2.weight)
 
-    context['tools'] = TOOLS
+    context['tools'] = [(name, fn.label) for name, fn in TOOLS.items()]
 
     unsaved = request.session.get('previewing_settings', {})
     context['unsaved'] = set([getattr(settings, s).set.name for s in unsaved.keys() if hasattr(settings, s)])