diff --git a/input/forms.py b/input/forms.py index 6d55a3a..362a3d3 100755 --- a/input/forms.py +++ b/input/forms.py @@ -264,10 +264,6 @@ class TermsForm(BaseApplicationForm): class LiteratureForm(TermsForm): terms_accepted_url = settings.NUTZUNGSBEDINGUNGEN_LITERATURSTIPENDIUM - def __init__(self, *args, **kwargs): - super().__init__(*args, **kwargs) - self.fields['selfbuy_give_data'].required = True - class Meta: model = Literature fields = [