mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2025-02-23 05:30:51 +01:00
remove closing </label> tag for unopened <label>.
This commit is contained in:
parent
77c6008b9a
commit
88d6b61a2e
@ -50,7 +50,7 @@
|
||||
<dt><label for='id_{{ field.name }}'>{{ field.label }}</label>{% if not field.field.required %} <span class='form_optional'>{% trans "(Optional)" %}</span>{% endif %}</dt>
|
||||
<dd>{{ field }}</dd>
|
||||
{% if field.errors %}<dd class='error'>{{ field.errors }}</dd>{% endif %}
|
||||
{% if field.help_text %}<dd class='form_help_text'>{{ field.help_text }}</dd>{% endif %}</label>
|
||||
{% if field.help_text %}<dd class='form_help_text'>{{ field.help_text }}</dd>{% endif %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</dl>
|
||||
|
Loading…
Reference in New Issue
Block a user