From: Richard Mansfield Date: Wed, 6 Aug 2014 00:15:06 +0000 (+1200) Subject: Show max_score for each attempt in progress template X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=641ac16f1d5f34d477f91ef17c684f861e094223;p=django_quiz.git Show max_score for each attempt in progress template --- diff --git a/quiz/templates/progress.html b/quiz/templates/progress.html index 44b2010..34be020 100644 --- a/quiz/templates/progress.html +++ b/quiz/templates/progress.html @@ -69,7 +69,7 @@ {{ exam.quiz.title }} {{ exam.current_score }} - {{ exam.quiz.get_max_score }} + {{ exam.get_max_score }} {{ exam.get_percent_correct }}