From 3ae10864b6289edbc4d756bad5d6a4276f0ab368 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Thu, 14 Feb 2013 16:28:50 +0100 Subject: The user profile page is now editable (#32) --- hyperkitty/templates/base.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'hyperkitty/templates/base.html') diff --git a/hyperkitty/templates/base.html b/hyperkitty/templates/base.html index 6af6d1e..8af354c 100644 --- a/hyperkitty/templates/base.html +++ b/hyperkitty/templates/base.html @@ -55,6 +55,14 @@ + {% if flash_messages %} +
+ {% for flash_msg in flash_messages %} +
{{ flash_msg.msg }}
+ {% endfor %} +
+ {% endif %} + {% block content %} {% endblock %} {% block footer %} {% endblock %} -- cgit