diff --git a/app/templates/withnav_template.html b/app/templates/withnav_template.html index ebdf53f6b..f19a96e19 100644 --- a/app/templates/withnav_template.html +++ b/app/templates/withnav_template.html @@ -13,10 +13,18 @@ Switch service
-
+ {% if help %} +
+ {% else %} +
+ {% endif %} {% include "main_nav.html" %}
-
+ {% if help %} +
+ {% else %} +
+ {% endif %} {% include 'flash_messages.html' %} {% block maincolumn_content %}{% endblock %}