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

Display the tournament list

This commit is contained in:
Yohann D'ANELLO
2020-12-30 12:13:05 +01:00
parent e2e2c97584
commit 03144ae58e
6 changed files with 54 additions and 6 deletions

View File

@ -129,7 +129,7 @@ class Tournament(models.Model):
)
date_end = models.DateField(
verbose_name=_("start"),
verbose_name=_("end"),
default=timezone.now,
)