From: jordan Date: Tue, 28 Dec 2010 02:21:03 +0000 (+0000) Subject: git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@637 0cfe37f9-358a-4d5e-be75-b63607... X-Git-Tag: live~497 X-Git-Url: https://git.openstreetmap.org./osqa.git/commitdiff_plain/3836f671d7aeb82e5c54ac8ee6fe687ce7bb4ecc?ds=inline git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@637 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- diff --git a/forum/skins/default/templates/osqaadmin/base.html b/forum/skins/default/templates/osqaadmin/base.html index 428f655..bee6496 100644 --- a/forum/skins/default/templates/osqaadmin/base.html +++ b/forum/skins/default/templates/osqaadmin/base.html @@ -29,6 +29,16 @@ {% for set in allsets.values %}
  • {{ set.title }}
  • {% endfor %} + {% for set in othersets %} +
  • + {{ set.title }} +
  • + {% endfor %} +
  • {% trans "Maintenance mode" %}
  • +
  • {% trans "Flagged Posts" %}
  • + {% for name,tool in tools.items %} +
  • {{ tool.label }}
  • + {% endfor %} {% if markdown %}