From 49ac0990f36ecafffff290752ee1f35adce2f623 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 27 Apr 2017 15:20:25 +0100 Subject: [PATCH] Fix left-hand column width on the tour When we moved from 1/3rd 2/3rd columns to 1/4th 3/4th columns we should have excluded the tour page. The tour page needs the width of the 1/3rd column to look right. --- app/templates/withnav_template.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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 %}