diff --git a/app/templates/base.html b/app/templates/base.html index 389efb65..6524d204 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -143,6 +143,7 @@ {% for topic_menu_item in menu_topics -%}
  • {{ topic_menu_item.name }}
  • {% endfor -%} +
  • {{ _('More topics') }}
  • {% else %}
  • {{ _('Browse by topic') }}
  • @@ -168,6 +169,7 @@ {% for topic_menu_item in menu_topics -%}
  • {{ topic_menu_item.name }}
  • {% endfor -%} +
  • {{ _('More topics') }}
  • {% else -%}
  • {{ _('Browse by topic') }}