]> git.parisson.com Git - teleforma.git/commit
add quiz templates, fix url
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 9 Dec 2015 12:52:29 +0000 (13:52 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 9 Dec 2015 12:52:42 +0000 (13:52 +0100)
commitf76241b8779838d4f876cbcfe144714787ae3b6b
tree4f9a72c969b0c8541c22b266ff0d802798809190
parent55290cca3f976c9a407138d85e492e94616ac807
add quiz templates, fix url
14 files changed:
teleforma/templates/quiz/base.html [new file with mode: 0644]
teleforma/templates/quiz/correct_answer.html [new file with mode: 0644]
teleforma/templates/quiz/progress.html [new file with mode: 0644]
teleforma/templates/quiz/question.html [new file with mode: 0644]
teleforma/templates/quiz/quiz/category_list.html [new file with mode: 0644]
teleforma/templates/quiz/quiz/quiz_detail.html [new file with mode: 0644]
teleforma/templates/quiz/quiz/quiz_list.html [new file with mode: 0644]
teleforma/templates/quiz/quiz/sitting_detail.html [new file with mode: 0644]
teleforma/templates/quiz/quiz/sitting_list.html [new file with mode: 0644]
teleforma/templates/quiz/result.html [new file with mode: 0644]
teleforma/templates/quiz/single_complete.html [new file with mode: 0644]
teleforma/templates/quiz/view_quiz_category.html [new file with mode: 0644]
teleforma/templates/teleforma/inc/quiz_list.html
teleforma/urls.py