From b2498e8c8fc9b34ff07a7f0c4f447e37d50eb44c Mon Sep 17 00:00:00 2001 From: DjVinnii Date: Thu, 1 Apr 2021 19:47:59 +0200 Subject: [PATCH] Refactor box macro to card --- core/admin/mailu/ui/templates/fetch/create.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/admin/mailu/ui/templates/fetch/create.html b/core/admin/mailu/ui/templates/fetch/create.html index ed190961..1b5bc194 100644 --- a/core/admin/mailu/ui/templates/fetch/create.html +++ b/core/admin/mailu/ui/templates/fetch/create.html @@ -17,7 +17,7 @@ {{ macros.form_field(form.tls) }} {% endcall %} - {% call macros.box(title="Authentication") %} + {% call macros.card(title="Authentication") %} {{ macros.form_field(form.username) }} {{ macros.form_field(form.password) }} {% endcall %}