From 377688072f10bb2646231727f00f4f1be6efbdc8 Mon Sep 17 00:00:00 2001 From: faucomte97 Date: Thu, 10 Oct 2024 10:35:40 +0100 Subject: [PATCH] Fix tests --- portal/templates/portal/partials/donate_popup.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/portal/templates/portal/partials/donate_popup.html b/portal/templates/portal/partials/donate_popup.html index ac6b36d7a..867e3edda 100644 --- a/portal/templates/portal/partials/donate_popup.html +++ b/portal/templates/portal/partials/donate_popup.html @@ -21,8 +21,7 @@ {{ donate_form.email }} - + {{ donate_form.email.errors }} {{ donate_form.email.help_text }} @@ -36,8 +35,8 @@