Add the keep field to fetch forms, fixes #479
This commit is contained in:
@@ -22,6 +22,10 @@
|
|||||||
{{ macros.form_field(form.password) }}
|
{{ macros.form_field(form.password) }}
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
|
|
||||||
|
{% call macros.box(title="Settings") %}
|
||||||
|
{{ macros.form_field(form.keep) }}
|
||||||
|
{% endcall %}
|
||||||
|
|
||||||
{{ macros.form_field(form.submit) }}
|
{{ macros.form_field(form.submit) }}
|
||||||
</form>
|
</form>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user