Skip to content

Commit

Permalink
Fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
robindymer committed Dec 6, 2023
1 parent 3d3d52c commit f636f17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

django_recaptcha==3.0.0
Django[argon2]==3.2.17
wagtail==2.16.2

Expand Down
2 changes: 1 addition & 1 deletion src/involvement/forms/application_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ def clean_status(self):
or (self.initial['status'] == 'submitted'
and status == 'draft'):
raise forms.ValidationError(_('The submitted status was invalid.'))
return status
return status

0 comments on commit f636f17

Please sign in to comment.