Add colon after label in _field_as_table_row template for consistency reasons with form.as_table output.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Sun, 19 Oct 2008 21:08:08 +0000
changeset 393 24c4a0011078
parent 392 76f130cc16b0
child 394 4c60652a3947
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
app/soc/templates/soc/templatetags/_field_as_table_row.html
--- 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>