# HG changeset patch # User Pawel Solyga # Date 1223560602 0 # Node ID 1b63d17d5b623cc7f6799863e3a994967cd4dd4b # Parent 46cd7361dcc4f361142426210d70aaf93722682e Add notification bar block in base.html template. Patch by: Pawel Solyga Review by: to-be-reviewed diff -r 46cd7361dcc4 -r 1b63d17d5b62 app/soc/templates/soc/base.html --- a/app/soc/templates/soc/base.html Thu Oct 09 13:50:44 2008 +0000 +++ b/app/soc/templates/soc/base.html Thu Oct 09 13:56:42 2008 +0000 @@ -58,6 +58,9 @@ +
+ {% block notice %}{% if notice %}
{{ notice }}
{% endif %} + {% endblock %}