From f2f1dca99bb319d375cc43ac72b1695939e60e8e Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 10 Mar 2017 17:09:48 +0000 Subject: [PATCH] Make left-hand navigation into a 1/4 width column MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since we’ve simplified the left hand nav so much it doesn’t need 1/3 of the width of the page. By making it smaller we have more space to show previews of email and letter templates. --- app/templates/withnav_template.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/withnav_template.html b/app/templates/withnav_template.html index 9dbffd7e4..ebdf53f6b 100644 --- a/app/templates/withnav_template.html +++ b/app/templates/withnav_template.html @@ -13,10 +13,10 @@ Switch service
-
+
{% include "main_nav.html" %}
-
+
{% include 'flash_messages.html' %} {% block maincolumn_content %}{% endblock %}