Bug: Details des reservations
All checks were successful
Organisation/sirh/pipeline/head This commit looks good

This commit is contained in:
2026-05-07 14:44:16 +00:00
parent bb93a853db
commit 671072864d
36 changed files with 7 additions and 6 deletions

View File

@@ -30,4 +30,4 @@ class Reservation(models.Model):
statut = models.CharField(choices=STATUT, default='en_attente', max_length=25)
def __str__(self):
return f"{self.salle} - {self.employe.user.first_name} {self.employe.user.last_name} le {self.date_reservation}"
return f"{self.salle} - {self.employe.user.first_name} {self.employe.user.last_name}"