This commit is contained in:
Emmanuel Viennet 2021-12-04 22:41:06 +01:00
parent 24440f457b
commit 507ff12642
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ def evaluation_create_form(
+ html_sco_header.sco_footer()
)
if not edit:
# creation nouvel
# création nouvel
if moduleimpl_id is None:
raise ValueError("missing moduleimpl_id parameter")
initvalues = {

View File

@ -5,7 +5,7 @@
<div>
Chargé le {{ref.scodoc_date_loaded.strftime("%d/%m/%Y à %H:%M")}} à partir du fichier <tt>{{ref.scodoc_orig_filename}}</tt>.
Chargé le {{ref.scodoc_date_loaded.strftime("%d/%m/%Y à %H:%M") if ref.scodoc_date_loaded else ""}} à partir du fichier <tt>{{ref.scodoc_orig_filename or "(inconnu)"}}</tt>.
</div>