From e0810a4e3cf32bd40dc1d59b41fe6422399182c7 Mon Sep 17 00:00:00 2001 From: Deimos Date: Thu, 21 Mar 2019 09:46:42 -0600 Subject: [PATCH] Add link to Settings at bottom of Home sidebar --- tildes/tildes/templates/home.jinja2 | 37 +++++++++++++++++++---------- 1 file changed, 24 insertions(+), 13 deletions(-) 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 %}