# HG changeset patch # User Pawel Solyga # Date 1224018383 0 # Node ID 629cc34e37bfe5095469814ae5f378122e929d34 # Parent 4a4474944dee40326fa8527f85a0004843ec23d9 Move
into notice block in base.html template. Change formatting of notice block to make it much easier to "parse" visually. This patch is based on comments to r722. http://code.google.com/p/soc/source/detail?r=722 Patch by: Pawel Solyga Review by: to-be-reviewed diff -r 4a4474944dee -r 629cc34e37bf app/soc/templates/soc/base.html --- a/app/soc/templates/soc/base.html Tue Oct 14 21:02:28 2008 +0000 +++ b/app/soc/templates/soc/base.html Tue Oct 14 21:06:23 2008 +0000 @@ -58,9 +58,24 @@ + + {% block notice %}
- {% block notice %}{% if notice %}
{{ notice }}
{% endif %} - {% endblock %}
+ {% if notice %} + + + +
+
+
+
{{ notice }}
+
+
+
+
+ {% endif %} +
+ {% endblock %}