mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-21 06:38:23 +02:00
Translate phases
This commit is contained in:
@ -194,7 +194,7 @@ class Phase(models.Model):
|
||||
)
|
||||
|
||||
def __str__(self):
|
||||
return _("Phase {phase_number:d} starts on {start:%Y-%m-%d %H:%M:} and ends on {end:%Y-%m-%d %H:%M}")\
|
||||
return _("Phase {phase_number:d} starts on {start:%Y-%m-%d %H:%M} and ends on {end:%Y-%m-%d %H:%M}")\
|
||||
.format(phase_number=self.phase_number, start=self.start, end=self.end)
|
||||
|
||||
class Meta:
|
||||
|
Reference in New Issue
Block a user