From 24a636f6083dccc184fa43fac12748abb4d40c58 Mon Sep 17 00:00:00 2001 From: Ross Riley Date: Wed, 7 Nov 2018 22:47:46 +0000 Subject: [PATCH] exclude handled attributes from the general list --- templates/form/_form_theme.twig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/form/_form_theme.twig b/templates/form/_form_theme.twig index cace3a2..7ee1814 100644 --- a/templates/form/_form_theme.twig +++ b/templates/form/_form_theme.twig @@ -323,7 +323,12 @@ templates: {%- else -%} {% set form_method = "POST" %} {%- endif -%} -
+ {%- if form_method != method -%} {%- endif -%}