added ai model settings
This commit is contained in:
@@ -9,7 +9,11 @@
|
||||
{% elif field.type != 'SubmitField' %}
|
||||
<div class="input-group">
|
||||
{{ field.label( class="input-group-text col-3 justify-content-end" ) }}
|
||||
{{ field( class="form-control col-9" ) }}
|
||||
{% if field.type == 'SelectField' %}
|
||||
{{ field( class="form-select col-9" ) }}
|
||||
{% else %}
|
||||
{{ field( class="form-control col-9" ) }}
|
||||
{% endif %}
|
||||
</div class="">
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user