app/soc/templates/soc/models/list.html
changeset 1967 3fe7ad2d40c0
parent 1804 e151c2039a98
child 1975 e9bc96529849
--- a/app/soc/templates/soc/models/list.html	Fri Mar 20 22:49:18 2009 +0000
+++ b/app/soc/templates/soc/models/list.html	Fri Mar 20 22:49:56 2009 +0000
@@ -13,7 +13,12 @@
 limitations under the License.
 {% endcomment %}
 {% load forms_helpers %}
+
+
 {% block body %}
+
+{{ list_msg|safe }}
+
 {% if list.empty %}
 {{ no_lists_msg }}
 {% endif %}