]> git.parisson.com Git - django_quiz.git/commit
changed order of view functions to see user and anon related views
authorTom Walker <tomwalker0472@gmail.com>
Tue, 8 Jul 2014 16:58:55 +0000 (17:58 +0100)
committerTom Walker <tomwalker0472@gmail.com>
Tue, 8 Jul 2014 16:58:55 +0000 (17:58 +0100)
commita7f6b3ddf2ae92d8e94859730427bc019a1fd6be
tree6ab25d6dbd906669d3848934dc36e4e2abdd8e12
parentbbee0b19140ac0b57be3d56271ee99a7d6bf7777
changed order of view functions to see user and anon related views
easier. Cleaned up question template. Return a question instead of ID in
sitting.get_first_question().
quiz/models.py
quiz/templates/question.html
quiz/tests.py
quiz/views.py