Add the keep field to fetch forms, fixes #479

master
Pierre Jaury 6 years ago
parent ea658a174d
commit 1371ba5f5e

@ -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 %}

Loading…
Cancel
Save