From 1bc06e8d6b8d1d6e09dba1916346c4fdbdc0019f Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 30 May 2025 11:02:22 +0000 Subject: [PATCH] sponsors: Correctly forward tests Signed-off-by: Michael Tremer --- src/templates/sponsors/next.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/templates/sponsors/next.html b/src/templates/sponsors/next.html index 3389aa6b..88909467 100644 --- a/src/templates/sponsors/next.html +++ b/src/templates/sponsors/next.html @@ -32,6 +32,11 @@
{% raw xsrf_form_html() %} + {# Forward that this is a test #} + {% if test %} + + {% end %} + {# Forward previous form inputs... #} -- 2.47.2