From 6a831736e98640cd524e88dcce02194cb65d85e7 Mon Sep 17 00:00:00 2001 From: rra Date: Mon, 1 Apr 2024 15:30:48 +0200 Subject: [PATCH] add visual divider in topics drowpdown --- app/templates/base.html | 2 ++ 1 file changed, 2 insertions(+) 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 }}