fix buttons of form of upload trade document

This commit is contained in:
Cayo Puigdefabregas 2022-02-28 13:33:03 +01:00
parent 823594dce4
commit f9840e9f2b
1 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,6 @@
{{ field.label(class_="form-label") }} {{ field.label(class_="form-label") }}
{{ field }} {{ field }}
<small class="text-muted">{{ field.description }}</small> <small class="text-muted">{{ field.description }}</small>
{% endif %}
{% if field.errors %} {% if field.errors %}
<p class="text-danger"> <p class="text-danger">
{% for error in field.errors %} {% for error in field.errors %}
@ -48,6 +47,7 @@
</p> </p>
{% endif %} {% endif %}
</div> </div>
{% endif %}
{% endfor %} {% endfor %}
<div class="col-12"> <div class="col-12">