mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-23 07:40:59 +00:00
13 lines
352 B
HTML
13 lines
352 B
HTML
<div class="field">
|
|
<label for="{{ field.id_for_label }}">
|
|
{{ field.label }}
|
|
{% if field.field.required %}<small>(Required)</small>{% endif %}
|
|
</label>
|
|
{% if field.help_text %}
|
|
<p class="help">
|
|
{{ field.help_text|linebreaksbr }}
|
|
</p>
|
|
{% endif %}
|
|
{{ field.errors }}
|
|
{{ field }}
|
|
</div>
|