From 1bb189bcc4b24bc42588797b26237f53b3fc1d4c Mon Sep 17 00:00:00 2001 From: corsaronero Date: Tue, 1 Nov 2022 10:35:42 +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: