1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-08-05 05:43:43 +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

@@ -235,7 +235,7 @@ class Tournament(models.Model):
class Participation(models.Model):
"""
The Participation model contains all data that are related to the participation:
chosen problem, validity status, videos,...
chosen problem, validity status, solutions,...
"""
team = models.OneToOneField(
Team,