forked from ScoDoc/ScoDoc
Fix yet another bug on evaluations dates
This commit is contained in:
parent
a7848f0a4e
commit
505f5e5f1c
@ -691,7 +691,7 @@ def evaluation_describe(evaluation_id="", edit_in_place=True, link_saisie=True)
|
||||
group_ids=group_id,
|
||||
evaluation_id=evaluation.id,
|
||||
date_debut=evaluation.date_debut.isoformat(),
|
||||
date_fin=evaluation.date_fin.isoformat(),
|
||||
date_fin=evaluation.date_fin.isoformat() if evaluation.date_fin else "",
|
||||
)
|
||||
}">absences ce jour</a>
|
||||
</span>
|
||||
|
Loading…
Reference in New Issue
Block a user