fnp
/
prawokultury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix registration form
[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>