From e9948bd10566e0875bc543bcf74ea13735a0b75b Mon Sep 17 00:00:00 2001 From: Guillaume AGNIERAY Date: Thu, 13 Aug 2026 12:15:32 +0200 Subject: [PATCH] Remove CSRF hidden field on forms CSRF protection in Galette has changed and doesn't rely on tokens anymore --- templates/default/helloasso_form.html.twig | 1 - templates/default/helloasso_preferences.html.twig | 1 - 2 files changed, 2 deletions(-) diff --git a/templates/default/helloasso_form.html.twig b/templates/default/helloasso_form.html.twig index 9c2c735..8f5787e 100644 --- a/templates/default/helloasso_form.html.twig +++ b/templates/default/helloasso_form.html.twig @@ -61,7 +61,6 @@ Logo CB Logo PCI - {% include "components/forms/csrf.html.twig" %}
diff --git a/templates/default/helloasso_preferences.html.twig b/templates/default/helloasso_preferences.html.twig index 5414201..e086569 100644 --- a/templates/default/helloasso_preferences.html.twig +++ b/templates/default/helloasso_preferences.html.twig @@ -171,7 +171,6 @@ - {% include "components/forms/csrf.html.twig" %}
{% endif %}