fnp
/
prawokultury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
5dcc98e7b69cd96ba8511656262af93d12246138
[prawokultury.git]
/
prawokultury
/
templates
/
snippets
/
field_as_table_row.html
1
<tr{% if field.css_classes %} class="{{ field.css_classes }}"{% endif %}>
2
<th>{{ field.label_tag }}</th>
3
<td>{{ field.errors }}{{ field }}{% if field.help_text %}<br /><span class="helptext">{{ field.help_text }}</span>{% endif %}</td>
4
</tr>