From 25ee7d2513b480e4ecee4bdd8687d1bdb5b0d1fc Mon Sep 17 00:00:00 2001 From: alazo Date: Fri, 5 May 2017 17:17:29 +0200 Subject: [PATCH] Didactique dans pdf --- cms/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cms/views.py b/cms/views.py index d26db08..6543383 100644 --- a/cms/views.py +++ b/cms/views.py @@ -240,6 +240,7 @@ class ModulePDF(DetailView): [Preformatted_left('Compétences visées'), Preformatted_right(str_comp)], #[Preformatted_left('Ressources à acquérir'), Preformatted_right(str_res)], [Preformatted_left('Objectifs à atteindre'), Preformatted_right(str_obj)], + [Preformatted_left('Didactique'), Preformatted_right(m.didactique)], #[Preformatted_left('Contenu'), Preformatted_right(str_con)], [Preformatted_left('Evaluation'), Preformatted_right(m.evaluation)], [Preformatted_left('Type'), Preformatted_right('{0}, obligatoire'.format(m.type))],