From bd8dc97d869bc74dd41274fd4dcd5cc2bd23aa37 Mon Sep 17 00:00:00 2001 From: Hendrik L Date: Sat, 29 Jun 2024 20:38:10 +0200 Subject: [PATCH] make both admin community overviews one menu entry --- app/templates/admin/communities.html | 3 +++ app/templates/base.html | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/templates/admin/communities.html b/app/templates/admin/communities.html index 33ae112f..af65ec8f 100644 --- a/app/templates/admin/communities.html +++ b/app/templates/admin/communities.html @@ -13,6 +13,9 @@
+ Result Filter: + All | + No topic diff --git a/app/templates/base.html b/app/templates/base.html index 1df9537d..d5960ab9 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -208,7 +208,6 @@
  • {{ _('Site profile') }}
  • {{ _('Misc settings') }}
  • {{ _('Communities') }}
  • -
  • {{ _('Communities - no topic') }}
  • {{ _('Topics') }}
  • {{ _('Users') }}
  • {{ _('Monitoring - users') }}
  • Name