1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-03-03 14:52:36 +02:00

Add the keep field to fetch forms, fixes #479

This commit is contained in:
Pierre Jaury 2018-05-30 00:40:50 +02:00
parent ea658a174d
commit 1371ba5f5e

View File

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