From 7330000800011d70c8aa31e3441f290cf8730a5a Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 18 Jul 2014 09:44:48 +0200 Subject: [PATCH] fix script link --- .../exam/templates/exam/inc/script_list.html | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/teleforma/exam/templates/exam/inc/script_list.html b/teleforma/exam/templates/exam/inc/script_list.html index e7f849fc..7031bffa 100644 --- a/teleforma/exam/templates/exam/inc/script_list.html +++ b/teleforma/exam/templates/exam/inc/script_list.html @@ -6,16 +6,6 @@ {% autopaginate object_list 8 %} {% paginate %} - - -
@@ -33,10 +23,10 @@ $(document).ready(function(){ {% for script in object_list %} - - - - + + + + -- 2.39.5
{{ 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 }}