X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/9fae328f6c1e7e5c1f4485ddbab71b4000dbd110..c7f8cb6b1de566733d66a568780b44bc9cab7d16:/prawokultury/templates/snippets/field_as_table_row.html diff --git a/prawokultury/templates/snippets/field_as_table_row.html b/prawokultury/templates/snippets/field_as_table_row.html index 5dcc98e..c98b92f 100644 --- a/prawokultury/templates/snippets/field_as_table_row.html +++ b/prawokultury/templates/snippets/field_as_table_row.html @@ -1,4 +1,4 @@ <tr{% if field.css_classes %} class="{{ field.css_classes }}"{% endif %}> <th>{{ field.label_tag }}</th> - <td>{{ field.errors }}{{ field }}{% if field.help_text %}<br /><span class="helptext">{{ field.help_text }}</span>{% endif %}</td> + <td><span class="error">{{ field.errors }}</span>{{ field }}{% if field.help_text %}<br /><span class="helptext">{{ field.help_text }}</span>{% endif %}</td> </tr> \ No newline at end of file