summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorDusty Phillips <buchuki@gmail.com>2008-10-07 17:56:27 -0400
committerDusty Phillips <buchuki@gmail.com>2008-10-07 17:56:50 -0400
commit26dff01b41af5213ed9c630728592e5e6281c371 (patch)
tree86fd6c43ffcbab7e1b9c89466e668aebfbaf3c64 /templates/base.html
parentea4f886d6c9fb359ba7a2af2b006952c3420d37e (diff)
downloadarchweb-26dff01b41af5213ed9c630728592e5e6281c371.tar.gz
archweb-26dff01b41af5213ed9c630728592e5e6281c371.zip
use user messages to communicate status
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index b060da20..4abc538b 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -40,6 +40,14 @@
</div>
</div>
<div id="content">
+ {% if messages %}
+ <div class="box" style="width: 50%; text-align: center; margin-left: auto; margin-right: auto">
+ {% for message in messages %}
+ <p>{{message}}</p>
+ {% endfor %}
+ </div>
+ <br />
+ {% endif %}
{% block content %}
<div class="right">
{% block content_right %}