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:
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…
x
Reference in New Issue
Block a user