From 26dff01b41af5213ed9c630728592e5e6281c371 Mon Sep 17 00:00:00 2001 From: Dusty Phillips Date: Tue, 7 Oct 2008 17:56:27 -0400 Subject: use user messages to communicate status --- templates/base.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index b060da2..4abc538 100644 --- a/templates/base.html +++ b/templates/base.html @@ -40,6 +40,14 @@
+ {% if messages %} +
+ {% for message in messages %} +

{{message}}

+ {% endfor %} +
+
+ {% endif %} {% block content %}
{% block content_right %} -- cgit v1.2.3-24-g4f1b