fnp
/
koed-quiz.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
name change
[koed-quiz.git]
/
koedquiz
/
views.py
diff --git
a/koedquiz/views.py
b/koedquiz/views.py
index
d554715
..
b89fdda
100644
(file)
--- a/
koedquiz/views.py
+++ b/
koedquiz/views.py
@@
-1,5
+1,8
@@
+# -*- 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 render
from django.shortcuts import render
-#from django.contrib.sites import Site
from django.conf import settings
from quiz.models import Quiz
from django.conf import settings
from quiz.models import Quiz
@@
-7,4
+10,4
@@
from quiz.models import Quiz
def home(request):
quiz = Quiz.current()
def home(request):
quiz = Quiz.current()
- return render(request, "home.html", locals())
+ return render(request, "
quiz/
home.html", locals())