forked from ScoDoc/ScoDoc
Fix: affichage validation si UE sans ECTS
This commit is contained in:
parent
e91503a9b5
commit
059678c3b3
@ -116,7 +116,7 @@ class ScolarFormSemestreValidation(db.Model):
|
||||
if self.ue.parcours else ""}
|
||||
{("émise par " + link)}
|
||||
: <b>{self.code}</b>{moyenne}
|
||||
<b>{self.ue.ects:g} ECTS</b>
|
||||
<b>{(self.ue.ects or 0):g} ECTS</b>
|
||||
le {self.event_date.strftime(scu.DATEATIME_FMT)}
|
||||
"""
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user