From 8c87084f405061cacfc290f2befce9c7299a7678 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 3 Apr 2013 00:41:26 +0100 Subject: [PATCH] Add attrib and UserVoice tab. --- app/vapemap/templates/base.html | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/app/vapemap/templates/base.html b/app/vapemap/templates/base.html index 21b654b..ac71a61 100644 --- a/app/vapemap/templates/base.html +++ b/app/vapemap/templates/base.html @@ -67,7 +67,7 @@ {% endblock %}
{% if not user.is_authenticated %} @@ -77,4 +77,31 @@ {% block scripts %} {% endblock %} +{% switch uservoice_tab %} + +{% endswitch %} \ No newline at end of file