Add colon after label in _field_as_table_row template for consistency reasons with form.as_table output.
Patch by: Pawel Solyga
Review by: to-be-reviewed
--- a/app/soc/templates/soc/templatetags/_field_as_table_row.html Sun Oct 19 18:00:14 2008 +0000
+++ b/app/soc/templates/soc/templatetags/_field_as_table_row.html Sun Oct 19 21:08:08 2008 +0000
@@ -25,7 +25,7 @@
{% else %}
<td class="formfieldlabel">
{% endif %}
- <label for="{{ field.auto_id }}">{{ field.label }}
+ <label for="{{ field.auto_id }}">{{ field.label }}:
</label>
</td>
<td>