From aed1153bce37128332757495c105d910f3a845de Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Thu, 11 Aug 2016 09:54:13 -0400 Subject: [PATCH] Don't show hum box if auth. --- templates/base.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/templates/base.html b/templates/base.html index 1ee7999..10f4737 100644 --- a/templates/base.html +++ b/templates/base.html @@ -230,11 +230,13 @@ {% endblock %} {% block aside-top %}{% endblock %} {% block aside-inner %}{% endblock %} -
-
- + {% if not request.user.is_authenticated %} +
+
+ +
-
+ {% endif %}