added storage_path to settings
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user