1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-22 09:18:22 +02:00

Display dates on syntheses page

This commit is contained in:
Yohann D'ANELLO
2020-05-08 16:25:55 +02:00
parent 397f243c82
commit e5b4a9b80f
4 changed files with 77 additions and 35 deletions

View File

@ -268,7 +268,6 @@ class Synthesis(Document):
source = models.CharField(
max_length=16,
choices=[
("defender", _("Defender")),
("opponent", _("Opponent")),
("rapporteur", _("Rapporteur")),
],