From fb796406768f423d792f95e17098aa128c176c85 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 18 Jul 2014 09:45:52 +0200 Subject: [PATCH] bugfix --- teleforma/exam/templates/exam/inc/script_list.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/teleforma/exam/templates/exam/inc/script_list.html b/teleforma/exam/templates/exam/inc/script_list.html index 7031bffa..d00c88c9 100644 --- a/teleforma/exam/templates/exam/inc/script_list.html +++ b/teleforma/exam/templates/exam/inc/script_list.html @@ -24,9 +24,9 @@ {% for script in object_list %} - {{ script.course.title }} - {{ script.session }} - {{ script.type }} + {{ script.course.title }} + {{ script.session }} + {{ script.type }} {{ script.author.last_name }} {{ script.author.first_name }} {{ script.date_added }} -- 2.39.5