diff --git a/core/admin/mailu/ui/templates/fetch/create.html b/core/admin/mailu/ui/templates/fetch/create.html index 184cf668..bc69fc44 100644 --- a/core/admin/mailu/ui/templates/fetch/create.html +++ b/core/admin/mailu/ui/templates/fetch/create.html @@ -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) }} {% endblock %}