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 %} +

{{ _('Browse topics') }}

{% 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 %} -

{{ _('Explore communities') }}

+

{{ _('Explore communities') }} + {{ _('Browse topics') }} +