From 02149daad71f4700325044bb8f6ab74ba88b2fe8 Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Mon, 13 Feb 2023 02:08:39 +0100 Subject: [PATCH] Fix typo --- app/templates/pn/form_mods.j2 | 2 +- sco_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/pn/form_mods.j2 b/app/templates/pn/form_mods.j2 index f88140f1..21677f40 100644 --- a/app/templates/pn/form_mods.j2 +++ b/app/templates/pn/form_mods.j2 @@ -49,7 +49,7 @@ ({{mod.ue.acronyme}}), {% endif %} - - parcours {{ mod.get_cursus()|map(attribute="code")|join(", ")|default('tronc commun', + - parcours {{ mod.get_parcours()|map(attribute="code")|join(", ")|default('tronc commun', true)|safe }} {% if mod.heures_cours or mod.heures_td or mod.heures_tp %} diff --git a/sco_version.py b/sco_version.py index b38f10a8..47749083 100644 --- a/sco_version.py +++ b/sco_version.py @@ -1,7 +1,7 @@ # -*- mode: python -*- # -*- coding: utf-8 -*- -SCOVERSION = "9.4.41" +SCOVERSION = "9.4.42" SCONAME = "ScoDoc"