Skip to content

Commit

Permalink
resolve build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
anandmatt committed Dec 12, 2023
1 parent e54c8af commit 1bb4242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/involvement/forms/application_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ def clean_status(self):
or (self.initial['status'] == 'submitted'
and status == 'draft'):
raise forms.ValidationError(_('The submitted status was invalid.'))
return status
return status

1 change: 0 additions & 1 deletion src/involvement/forms/appointment_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,3 @@ def save(self):
appl.status = 'appointed'
appl.save()
cron.remove_old_applications()

0 comments on commit 1bb4242

Please sign in to comment.