added storage_path to settings

This commit is contained in:
2021-02-09 19:37:30 +11:00
parent a2775baeeb
commit e6bc751844
3 changed files with 9 additions and 8 deletions

View File

@@ -8,8 +8,8 @@
{{field}}<br>
{% elif field.type != 'SubmitField' %}
<div class="form-row col-lg-12">
{{ field.label( class="col-lg-2" ) }}
{{ field( class="form-control col-lg-10" ) }}
{{ field.label( class="col-lg-3 justify-content-end" ) }}
{{ field( class="form-control col-lg-9" ) }}
</div class="form-row col-lg-12">
{% endif %}
{% endfor %}