1 # -*- coding: utf-8 -*-
2 # This file is part of KOED-Quiz, licensed under GNU Affero GPLv3 or later.
3 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
5 from django.shortcuts import render
7 from django.conf import settings
8 from quiz.models import Quiz
13 return render(request, "quiz/home.html", locals())