fnp
/
prawokultury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add missing translation
[prawokultury.git]
/
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
(file)
--- 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>
<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
</tr>
\ No newline at end of file