1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-07-03 08:02:48 +02:00

Better video filtering

This commit is contained in:
Yohann D'ANELLO
2020-10-19 15:49:53 +02:00
parent 07451d41d3
commit d940acb226
3 changed files with 12 additions and 4 deletions

View File

@ -1,2 +1,4 @@
{{ object.team.name }}
{{ object.team.trigram }}
{{ object.team.trigram }}
{{ object.problem }}
{{ object.get_problem_display }}

View File

@ -1 +1,5 @@
{{ object.link }}
{{ object.participation.team.name }}
{{ object.participation.team.trigram }}
{{ object.participation.problem }}
{{ object.participation.get_problem_display }}