From ad260aa81c1d2976d93b79ed3676df2f28e3d806 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 15 Dec 2025 16:05:08 +0000 Subject: [PATCH] Move mta_sts hidden input to top of form Moved the mta_sts hidden input to the top of the form alongside other checkbox hidden inputs (active, backupmx, gal, etc.) to ensure consistent form serialization behavior. This matches the pattern used for all other checkbox fields in the template edit form. Co-authored-by: DerLinkman <62480600+DerLinkman@users.noreply.github.com> --- data/web/templates/edit/domain-templates.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/web/templates/edit/domain-templates.twig b/data/web/templates/edit/domain-templates.twig index 690613380..bb151adbe 100644 --- a/data/web/templates/edit/domain-templates.twig +++ b/data/web/templates/edit/domain-templates.twig @@ -10,6 +10,7 @@ + {% if mailcow_cc_role == 'admin' %}
@@ -128,7 +129,6 @@
-

{{ lang.edit.mta_sts_template_info|raw }}