From e759e7afb1b504013c50318ce9fa225d594556dc Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Thu, 30 May 2024 22:31:32 +1200 Subject: [PATCH] tweak topics menu --- app/templates/base.html | 2 ++ 1 file changed, 2 insertions(+) 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') }}