1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-07-05 04:24:04 +02:00

There is no video in the TFJM²

This commit is contained in:
Yohann D'ANELLO
2021-01-12 15:42:32 +01:00
parent 6bcb050754
commit b4e7ec6550
10 changed files with 13 additions and 16 deletions

View File

@ -14,8 +14,7 @@ from .models import Participation, Team, Tournament
class TeamForm(forms.ModelForm):
"""
Form to create a team, with the name and the trigram,
and if the team accepts that Animath diffuse the videos.
Form to create a team, with the name and the trigram,...
"""
def clean_trigram(self):
trigram = self.cleaned_data["trigram"].upper()