]> git.parisson.com Git - django_quiz.git/commit
added the option to allow a quiz to be only sat once by registered users, not at...
authorTom Walker <tomwalker0472@gmail.com>
Mon, 30 Jun 2014 16:45:33 +0000 (17:45 +0100)
committerTom Walker <tomwalker0472@gmail.com>
Mon, 30 Jun 2014 16:45:33 +0000 (17:45 +0100)
commit3c24e4f5658165a20ee738e5a8d6267a56fc32e7
tree3222b90805614eb94c985fdf566be502b8ed312a
parent8c8cc97391634efb6108af05875cee14fe9cc572
added the option to allow a quiz to be only sat once by registered users, not at all by anonymous users.
quiz/models.py
quiz/templates/result.html
quiz/templates/single_complete.html [new file with mode: 0644]
quiz/tests.py
quiz/views.py