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:
@ -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()
|
||||
|
Reference in New Issue
Block a user