Affichage cas inscription non enregistrée

This commit is contained in:
Emmanuel Viennet 2022-03-21 14:33:38 +01:00
parent 9032b1fa67
commit a902f6c1fe

View File

@ -289,7 +289,7 @@ class Identite(db.Model):
log(
f"*** situation inconsistante pour {self} (inscrit mais pas d'event)"
)
date_ins = "???" # ???
situation += " (inscription non enregistrée)" # ???
else:
date_ins = events[0].event_date
situation += date_ins.strftime(" le %d/%m/%Y")