diff --git a/tildes/tildes/templates/home.jinja2 b/tildes/tildes/templates/home.jinja2 index 230a851..cb17c8b 100644 --- a/tildes/tildes/templates/home.jinja2 +++ b/tildes/tildes/templates/home.jinja2 @@ -54,18 +54,29 @@ Browse the list of groups {% endif %} - {% if request.user and not (tag or unfiltered) %} -
-
- Filtered topic tags ({{ request.user.filtered_topic_tags|length }}) - - Edit filtered tags -
+ {% if request.user %} +
+ + {% endif %} {% endblock %}