From 1371ba5f5ebfa5d97003a6b0cab4ef3741737a5a Mon Sep 17 00:00:00 2001 From: Pierre Jaury Date: Wed, 30 May 2018 00:40:50 +0200 Subject: [PATCH] Add the keep field to fetch forms, fixes #479 --- core/admin/mailu/ui/templates/fetch/create.html | 4 ++++ 1 file changed, 4 insertions(+) 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 %}