From 243a7edf0966692de248c5c4676ceb0ddb0f430d Mon Sep 17 00:00:00 2001 From: Nathan Cannon Date: Mon, 5 Oct 2015 13:29:34 +0100 Subject: [PATCH] Altered index page error message display. --- templates/welcome.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/welcome.html b/templates/welcome.html index da9e6e8..1a2e518 100644 --- a/templates/welcome.html +++ b/templates/welcome.html @@ -59,9 +59,9 @@ {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} -