]> git.parisson.com Git - teleforma.git/commitdiff
fix doc
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 18 Jul 2014 07:38:23 +0000 (09:38 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 18 Jul 2014 07:38:23 +0000 (09:38 +0200)
teleforma/exam/templates/exam/inc/script_list.html

index 1a8bf9dd73b2924ac04acf99a75100163dde448c..e7f849fcb5438c30d8b4430fb9b62c36a6ba31ac 100644 (file)
@@ -39,7 +39,7 @@ $(document).ready(function(){
      <td>{{ script.type }}</td>
      <td>{{ script.author.last_name }}</td>
      <td>{{ script.author.first_name }}</td>
-     <td>{{ script.date_submitted }}</td>
+     <td>{{ script.date_added }}</td>
      <td>{% if script.date_marked %}{{ script.date_marked }}{% endif %}</td>
      <td>{% if script.corrector %}{{ script.corrector }}{% endif %}</td>
      <td>{% if script.score %}{{ script.score|floatformat }}{% endif %}</td>