Fixes #321 (merci à Christophe M.)

This commit is contained in:
Emmanuel Viennet 2022-03-29 22:43:40 +02:00
parent b5f317083c
commit c0f83262e4
1 changed files with 1 additions and 2 deletions

View File

@ -442,8 +442,7 @@ def SignaleAbsenceGrHebdo(
"""<option value="%(modimpl_id)s" %(sel)s>%(modname)s</option>\n"""
% {
"modimpl_id": modimpl["moduleimpl_id"],
"modname": modimpl["module"]["code"]
or ""
"modname": (modimpl["module"]["code"] or "")
+ " "
+ (modimpl["module"]["abbrev"] or modimpl["module"]["titre"] or ""),
"sel": sel,