fnp
/
koed-quiz.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Python3 compatible
[koed-quiz.git]
/
apps
/
quiz
/
views.py
diff --git
a/apps/quiz/views.py
b/apps/quiz/views.py
index
18a268f
..
3bd3a84
100644
(file)
--- a/
apps/quiz/views.py
+++ b/
apps/quiz/views.py
@@
-1,3
+1,7
@@
+# -*- coding: utf-8 -*-
+# This file is part of KOED-Quiz, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+#
from django.shortcuts import get_object_or_404, render, redirect
from quiz.forms import QuestionForm
from django.shortcuts import get_object_or_404, render, redirect
from quiz.forms import QuestionForm
@@
-18,7
+22,7
@@
def question(request, slug=None):
cur_index = ticket.index(request.path)
if cur_index:
previous_url = ticket[cur_index - 1]
cur_index = ticket.index(request.path)
if cur_index:
previous_url = ticket[cur_index - 1]
- el
se
:
+ el
if ticket
:
valid_url = ticket[-1]
if request.method == 'POST' and valid:
valid_url = ticket[-1]
if request.method == 'POST' and valid: