From 4ba8ad0e6c161e9149d3f703b8af4eecc7622999 Mon Sep 17 00:00:00 2001 From: alpcentaur Date: Mon, 27 Feb 2023 17:09:28 +0000 Subject: [PATCH] =?UTF-8?q?Datenschutzbestimmungen=20und=20F=C3=B6rderrich?= =?UTF-8?q?tlinien=20=C3=B6ffnen=20nun=20auch=20in=20neuem=20Tab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- input/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/forms.py b/input/forms.py index 826898b..9fb4ed9 100644 --- a/input/forms.py +++ b/input/forms.py @@ -32,7 +32,7 @@ class ExternForm(FdbForm): label='Was möchtest Du beantragen?') check = BooleanField(required=True, - label=format_html("Ich stimme den Datenschutzbestimmungen und den Förderrichtlinen zu", + label=format_html("Ich stimme den Datenschutzbestimmungen und den Förderrichtlinen zu", DATAPROTECTION, FOERDERRICHTLINIEN)) class Meta: