]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/osqaadmin/base.html
Should fix the missing admin items problem.
[osqa.git] / forum / skins / default / templates / osqaadmin / base.html
index 7f8a2642c00f29df0f02f6d86f2dd21e1993d519..6546944c69162972390bbbd8a4e7912574bd9317 100644 (file)
@@ -22,6 +22,7 @@
 {% endblock %}\r
 \r
 {% block sidebar %}\r
+    {% if user.is_superuser %}\r
     <div class="boxC">\r
         <a href="{% url admin_switch_interface %}?to=djstyle">{% trans "Switch to django style interface" %}</a>\r
         <h3 class="subtitle">{% trans "Administration menu" %}</h3>\r
         \r
         <li><a href="{% url admin_maintenance %}">{% trans "Maintenance mode" %}</a></li>\r
         <li><a href="{% url admin_flagged_posts %}">{% trans "Flagged Posts" %}</a></li>\r
-        {% for name,tool in tools.items %}\r
-            <li><a href="{% url admin_tools name %}">{{ tool.label }}</a></li>\r
+        {% for name,tool in tools %}\r
+            <li><a href="{% url admin_tools name %}">{{ tool }}</a></li>\r
         {% endfor %}\r
         </ul>\r
     </div>\r
     {% if markdown %}\r
         {% markdown_help %}\r
     {% endif %}\r
+\r
+    {% endif %}\r
 {% endblock %}\r
 \r
                 \r