Skip to content
Snippets Groups Projects
Commit 059678c3 authored by Emmanuel Viennet's avatar Emmanuel Viennet
Browse files

Fix: affichage validation si UE sans ECTS

parent e91503a9
Branches
No related tags found
No related merge requests found
...@@ -116,7 +116,7 @@ class ScolarFormSemestreValidation(db.Model): ...@@ -116,7 +116,7 @@ class ScolarFormSemestreValidation(db.Model):
if self.ue.parcours else ""} if self.ue.parcours else ""}
{("émise par " + link)} {("émise par " + link)}
: <b>{self.code}</b>{moyenne} : <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)} le {self.event_date.strftime(scu.DATEATIME_FMT)}
""" """
else: else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment