1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-07-09 05:30:19 +02:00

Users should be able to send a synthesis during the fourth phase

This commit is contained in:
Yohann D'ANELLO
2020-11-03 14:31:11 +01:00
parent c62aa3ebd1
commit bf32c34d4c
2 changed files with 1 additions and 2 deletions

View File

@ -179,7 +179,6 @@ class TeamDetailView(LoginRequiredMixin, FormMixin, ProcessFormView, DetailView)
return self.handle_request_validation(form)
elif isinstance(form, ValidateParticipationForm):
return self.handle_validate_participation(form)
return self.form_invalid(form)
def handle_request_validation(self, form):
"""