diff --git a/app/templates/base.html b/app/templates/base.html index 988a2aae..f12bf97f 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -157,12 +157,14 @@
  • {{ _('Browse by topic') }}
  • {{ _('All communities') }}
  • {% if moderating_communities %} +
  • {% for community_menu_item in moderating_communities %}
  • {{ community_menu_item.title }}
  • {% endfor %} {% endif %} {% if joined_communities %} +
  • {% for community_menu_item in joined_communities %}
  • {{ community_menu_item.title }}