app/soc/templates/soc/templatetags/_field_as_table_row.html
changeset 83 3f4f7c540b75
parent 54 03e267d67478
child 162 8ee23f825ba8
--- a/app/soc/templates/soc/templatetags/_field_as_table_row.html	Tue Aug 19 22:37:40 2008 +0000
+++ b/app/soc/templates/soc/templatetags/_field_as_table_row.html	Tue Aug 19 23:13:24 2008 +0000
@@ -26,7 +26,7 @@
   </label> 
  </td>
  <td class="formfieldrequired">
-   {% if field.field.required %}required{% endif %}
+   {% if field.field.required %}(required){% endif %}
  </td>
  <td>
   {{ field }}