# HG changeset patch # User Tim Ansell <mithro@gmail.com> # Date 1235873479 0 # Node ID 45aa2f120b4019ccf3b9fd4fad32e641ce38d84c # Parent e23f9719ec1f1ab6c568a84d4a89d7dd849f8410 Small fix so that error fields get the same formatting as non-error fields. diff -r e23f9719ec1f -r 45aa2f120b40 app/soc/templates/soc/templatetags/_field_as_table_row.html --- a/app/soc/templates/soc/templatetags/_field_as_table_row.html Sun Mar 01 00:53:26 2009 +0000 +++ b/app/soc/templates/soc/templatetags/_field_as_table_row.html Sun Mar 01 02:11:19 2009 +0000 @@ -20,7 +20,7 @@ {% endif %} <tr title="{{ field.help_text }}"> {% if field.errors %} - <td class="formfielderrorlabel"> + <td class="formfieldlabel formfielderrorlabel"> {% else %} <td class="formfieldlabel"> {% endif %}