From bb3798428ef058bb2fa7fe375b6e352006188450 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Sun, 24 Mar 2024 13:44:31 +1300 Subject: [PATCH] browse topics button --- app/templates/index.html | 4 +++- app/templates/list_communities.html | 1 + app/templates/search/results.html | 4 +++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/app/templates/index.html b/app/templates/index.html index 3d195128..3e4a3ce7 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -56,7 +56,9 @@ {% endfor %} -
{{ _('Explore communities') }}
+{{ _('Explore communities') }} + {{ _('Browse topics') }} +
diff --git a/app/templates/list_communities.html b/app/templates/list_communities.html index 0bc82a4e..d3e86bc1 100644 --- a/app/templates/list_communities.html +++ b/app/templates/list_communities.html @@ -105,4 +105,5 @@ {% else %}{{ _('There are no communities yet.') }}
{% endif %} + {% endblock %} diff --git a/app/templates/search/results.html b/app/templates/search/results.html index 6ce6dd07..5b7f4c92 100644 --- a/app/templates/search/results.html +++ b/app/templates/search/results.html @@ -54,7 +54,9 @@ {% endfor %} - +