footer added
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Tue, 10 Jan 2012 14:42:37 +0000 (15:42 +0100)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Tue, 10 Jan 2012 14:42:37 +0000 (15:42 +0100)
commit30eda91159999122d1106432f7f56d4dbc5a07c7
tree354c0528ba1dd95b0957939e09e48a0a1ff484b0
parentb16cd2217f48dd418def72c91ba289b29a781762
footer added
12 files changed:
apps/quiz/migrations/0002_auto__add_field_quiz_footer.py [new file with mode: 0644]
apps/quiz/models.py
apps/quiz/static/css/style.css
apps/quiz/templates/quiz/base.html [new file with mode: 0755]
apps/quiz/templates/quiz/home.html [new file with mode: 0644]
apps/quiz/templates/quiz/question_detail.html
apps/quiz/templates/quiz/result_detail.html
apps/quiz/templatetags/__init__.py [new file with mode: 0755]
apps/quiz/templatetags/quiz_tags.py [new file with mode: 0755]
koedquiz/templates/base.html
koedquiz/templates/home.html [deleted file]
koedquiz/views.py