Fields are always safe, as we generate them ourselves
authorSverre Rabbelier <srabbelier@gmail.com>
Wed, 11 Feb 2009 23:49:44 +0000
changeset 1270 a48a592919b0
parent 1269 62b1e9ee46c5
child 1271 3bd4a3b527d7
Fields are always safe, as we generate them ourselves This will be used by a future widget. Patch by: Sverre Rabbelier
app/soc/templates/soc/templatetags/_as_table_row.html
--- a/app/soc/templates/soc/templatetags/_as_table_row.html	Wed Feb 11 23:47:13 2009 +0000
+++ b/app/soc/templates/soc/templatetags/_as_table_row.html	Wed Feb 11 23:49:44 2009 +0000
@@ -48,7 +48,7 @@
       );
     </script>
   {% endif %}
-    {{ field }}
+    {{ field|safe }}
   </td>
 
   {% if required %}