]> git.parisson.com Git - django_quiz.git/commit
moved templates around, fiddled with a few, some changes to template tags and tests
authorTom Walker <tomwalker0472@gmail.com>
Wed, 25 Jun 2014 21:40:19 +0000 (22:40 +0100)
committerTom Walker <tomwalker0472@gmail.com>
Wed, 25 Jun 2014 21:40:19 +0000 (22:40 +0100)
commit4989e4bda7e75caa552e3887117b882596fff110
tree27dae1c4fe080a142bee274ed4c362d5e58f9b87
parent118f6cd64b824505e09cc7fae0889f912e334b82
moved templates around, fiddled with a few, some changes to template tags and tests
29 files changed:
multichoice/templates/answers_for_mc_question.html [new file with mode: 0644]
quiz/admin.py
quiz/templates/base.html [new file with mode: 0644]
quiz/templates/correct_answer.html [new file with mode: 0644]
quiz/templates/list_categories.html [new file with mode: 0644]
quiz/templates/progress.html [new file with mode: 0644]
quiz/templates/question.html [new file with mode: 0644]
quiz/templates/quiz_index.html [new file with mode: 0644]
quiz/templates/result.html [new file with mode: 0644]
quiz/templates/signup.html [new file with mode: 0644]
quiz/templates/user_previous_exam.html [new file with mode: 0644]
quiz/templates/view_quiz_category.html [new file with mode: 0644]
quiz/templatetags/quiz_tags.py
quiz/tests.py
quiz/views.py
templates/quiz/answers_for_mc_question.html [deleted file]
templates/quiz/answers_for_question.html [deleted file]
templates/quiz/answers_for_tf_question.html [deleted file]
templates/quiz/base.html [deleted file]
templates/quiz/correct_answer.html [deleted file]
templates/quiz/list_categories.html [deleted file]
templates/quiz/progress.html [deleted file]
templates/quiz/question.html [deleted file]
templates/quiz/quiz_index.html [deleted file]
templates/quiz/result.html [deleted file]
templates/quiz/signup.html [deleted file]
templates/quiz/user_previous_exam.html [deleted file]
templates/quiz/view_quiz_category.html [deleted file]
true_false/templates/answers_for_tf_question.html [new file with mode: 0644]