# HG changeset patch # User Sverre Rabbelier # Date 1234396184 0 # Node ID a48a592919b0b0bf0bdc9c9b185c07a5b2bd4da4 # Parent 62b1e9ee46c55c046118ab28f4ded408784ba013 Fields are always safe, as we generate them ourselves This will be used by a future widget. Patch by: Sverre Rabbelier diff -r 62b1e9ee46c5 -r a48a592919b0 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 @@ ); {% endif %} - {{ field }} + {{ field|safe }} {% if required %}