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

Fix typo

parent 0e4eff15
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@
<span class="formation_module_ue">(<a title="UE de rattachement">{{mod.ue.acronyme}}</a>)</span>,
{% endif %}
- parcours <b>{{ mod.get_cursus()|map(attribute="code")|join("</b>, <b>")|default('tronc commun',
- parcours <b>{{ mod.get_parcours()|map(attribute="code")|join("</b>, <b>")|default('tronc commun',
true)|safe
}}</b>
{% if mod.heures_cours or mod.heures_td or mod.heures_tp %}
......
# -*- mode: python -*-
# -*- coding: utf-8 -*-
SCOVERSION = "9.4.41"
SCOVERSION = "9.4.42"
SCONAME = "ScoDoc"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment