mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Fix invalid HTML
This commit is contained in:
parent
4ee47da131
commit
078f9e8b6b
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
{{ field(class=class, placeholder=placeholder) | safe }}
|
||||
{% endif %}
|
||||
{% if field.description %}
|
||||
<small id="{{field.name}}_description"" class="form-text text-muted">{{ field.description }}</small>
|
||||
<small id="{{field.name}}_description" class="form-text text-muted">{{ field.description }}</small>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -25,7 +25,7 @@
|
|||
{{ field(id=field.name) }}
|
||||
<label for="{{ field.name }}">{{ field.label() }}</label>
|
||||
{% if field.description %}
|
||||
<small id="{{field.name}}_description"" class="form-text text-muted">{{ field.description }}</small>
|
||||
<small id="{{field.name}}_description" class="form-text text-muted">{{ field.description }}</small>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endmacro %}
|
||||
|
|
Loading…
Reference in a new issue