module pdf

This commit is contained in:
alazo 2017-06-16 09:14:46 +02:00
parent 4f7c294768
commit 7b04443965

View file

@ -236,7 +236,7 @@ class ModulePDF(DetailView):
str_scom = ''
for c in m.competence_set.all():
for sc in c.souscompetence_set.all():
str_scom += '- {0}\n'.format(sc.nom)
str_scom += '- {0} (voir {1})\n'.format(sc.nom, c.code)
str_res = ''
for c in m.ressource_set.all():