From c1bbe004f00d5381c37c12855606bb22b4dd005b Mon Sep 17 00:00:00 2001 From: Eric Barbour Date: Jul 28 2016 15:55:49 +0000 Subject: Avoid empty nav bar if visiting hub logged out Move check for g.auth.logged_in to surround all of the nav bar --- diff --git a/hubs/templates/master.html b/hubs/templates/master.html index f093304..83f7608 100644 --- a/hubs/templates/master.html +++ b/hubs/templates/master.html @@ -53,36 +53,33 @@
- - -
+
- -
- +
+ {% endif %} + +
+ {% block content %}{% endblock %}