Skip to content

Commit

Permalink
Update NEMO/forms.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mathieu Rampant <[email protected]>
  • Loading branch information
abuckles-uci and rptmat57 authored May 31, 2024
1 parent 466459b commit 570bd38
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions NEMO/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,11 +490,6 @@ class Meta:
model = StaffAssistanceRequest
fields = "__all__"

def clean(self):
if any(self.errors):
return
cleaned_data = super().clean()
return cleaned_data


class TemporaryPhysicalAccessRequestForm(ModelForm):
Expand Down

0 comments on commit 570bd38

Please sign in to comment.