forked from beba/foerderbarometer
removed unnecessary code
This commit is contained in:
parent
d8b8f28442
commit
f9898ee9b5
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue