fix buttons of form of upload trade document
This commit is contained in:
parent
823594dce4
commit
f9840e9f2b
|
@ -39,15 +39,15 @@
|
||||||
{{ 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 %}
|
||||||
{{ error }}<br/>
|
{{ error }}<br/>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
|
|
Reference in New Issue