X-Git-Url: https://git.mdrn.pl/koed-quiz.git/blobdiff_plain/4c14e51225e284c5b81d53e7f6a5cd0f46ec4d05..d302791037e175b1fdb79ed1aa5de2984d117485:/koedquiz/views.py?ds=sidebyside diff --git a/koedquiz/views.py b/koedquiz/views.py deleted file mode 100644 index b89fdda..0000000 --- a/koedquiz/views.py +++ /dev/null @@ -1,13 +0,0 @@ -# -*- 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.conf import settings -from quiz.models import Quiz - - -def home(request): - quiz = Quiz.current() - return render(request, "quiz/home.html", locals())