projets
/
auf_savoirs_en_partage_django.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
debut style inscription
[auf_savoirs_en_partage_django.git]
/
auf_savoirs_en_partage
/
templates
/
render_field.html
1
<tr>
2
{% if field.is_hidden %}
3
{{ field }}
4
{% else %}
5
<td
{{ field.row_attrs }}
class
=
"required"
style
=
"width: 150px;"
>
6
{{ field.label_tag }}
7
{% if field.errors %}
8
{{ field.errors }}
9
{% endif %}
10
</td>
11
<td>
{{ field }}
</td>
12
{% endif %}
13
</tr>