# HG changeset patch # User Sverre Rabbelier # Date 1236023224 0 # Node ID 7ddd92a3702ceb3611d6df3c29ec270804efc143 # Parent 8fe571a8538f153dac2b65c82793e6b354bbbf41 Support HTML in the site-wide notice Patch by: Sverre Rabbelier diff -r 8fe571a8538f -r 7ddd92a3702c app/soc/templates/soc/base.html --- a/app/soc/templates/soc/base.html Mon Mar 02 18:30:00 2009 +0000 +++ b/app/soc/templates/soc/base.html Mon Mar 02 19:47:04 2009 +0000 @@ -116,7 +116,7 @@
-
{{ site_notice }}
+
{{ site_notice|safe }}
@@ -210,7 +210,7 @@
{% block body %} {% if body_content %} - {{ body_content }} + {{ body_content|safe }} {% else %} <Missing Page Body> {% endif %}