From 2762e2294a9e535797119e96fe3ec5d7ec1ac95a Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 18 Jul 2014 09:38:23 +0200 Subject: [PATCH] fix doc --- teleforma/exam/templates/exam/inc/script_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/exam/templates/exam/inc/script_list.html b/teleforma/exam/templates/exam/inc/script_list.html index 1a8bf9dd..e7f849fc 100644 --- a/teleforma/exam/templates/exam/inc/script_list.html +++ b/teleforma/exam/templates/exam/inc/script_list.html @@ -39,7 +39,7 @@ $(document).ready(function(){ {{ script.type }} {{ script.author.last_name }} {{ script.author.first_name }} - {{ script.date_submitted }} + {{ script.date_added }} {% if script.date_marked %}{{ script.date_marked }}{% endif %} {% if script.corrector %}{{ script.corrector }}{% endif %} {% if script.score %}{{ script.score|floatformat }}{% endif %} -- 2.39.5