Fields are always safe, as we generate them ourselves
This will be used by a future widget.
Patch by: Sverre Rabbelier
--- 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 %}