]> git.parisson.com Git - django_quiz.git/commit
added two new fields to the quiz model which are used to customise the success messag...
authorTom Walker <tomwalker0472@gmail.com>
Mon, 21 Jul 2014 14:46:48 +0000 (15:46 +0100)
committerTom Walker <tomwalker0472@gmail.com>
Mon, 21 Jul 2014 14:46:48 +0000 (15:46 +0100)
commit9f3402800e1fe209ca1f3b57cca17d04ded18214
treec92f210f129a63fb5bc2c85727eeb8d60050f18b
parent64bb6a24124e9ec9856da764a76adb56f6a0ad88
added two new fields to the quiz model which are used to customise the success message - one is displayed if you pass the exam, the other is shown if you fail
quiz/models.py
quiz/templates/result.html
quiz/tests.py