From: tomwalker Date: Thu, 24 Jul 2014 14:40:37 +0000 (+0100) Subject: template changed to show quiz score as percentage rather than score X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=04a48e63ed149ee8727bafdd675fba3f726039c0;p=django_quiz.git template changed to show quiz score as percentage rather than score --- diff --git a/quiz/templates/quiz/sitting_list.html b/quiz/templates/quiz/sitting_list.html index 6711e15..d540753 100644 --- a/quiz/templates/quiz/sitting_list.html +++ b/quiz/templates/quiz/sitting_list.html @@ -32,7 +32,7 @@ {{ sitting.user }} {{ sitting.quiz }} - {{ sitting.get_current_score }} + {{ sitting.get_percent_correct }} View details