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