diff --git a/core/templates/base.html b/core/templates/base.html
index 6c49dee..a91bb89 100644
--- a/core/templates/base.html
+++ b/core/templates/base.html
@@ -6,7 +6,10 @@
s
Pathogen - {{ request.path_info }}
-
+
+
+
+
{# #}
@@ -17,28 +20,30 @@
-
- {% if user.is_authenticated %}
- - Profile
- {% endif %}
- {% if user.paid %}
- - Drilldown
- {% endif %}
- {% if not user.is_authenticated %}
- - Login
- - Sign Up
- {% endif %}
- {% if user.is_authenticated %}
- - Logout
- {% endif %}
-
+
+
+ {% if user.is_authenticated %}
+ - Profile
+ {% endif %}
+ {% if user.paid %}
+ - Drilldown
+ {% endif %}
+ {% if not user.is_authenticated %}
+ - Login
+ - Sign Up
+ {% endif %}
+ {% if user.is_authenticated %}
+ - Logout
+ {% endif %}
+
+
diff --git a/core/templates/ui/drilldown.html b/core/templates/ui/drilldown.html
index 3ec246d..8967696 100644
--- a/core/templates/ui/drilldown.html
+++ b/core/templates/ui/drilldown.html
@@ -5,7 +5,7 @@