X-Git-Url: https://git.mdrn.pl/koed-quiz.git/blobdiff_plain/4fd65015efdd36e431d97f7de13dbb94e1c389fa..875547b2d9b5abfddb9858a3550921362112d864:/apps/quiz/views.py diff --git a/apps/quiz/views.py b/apps/quiz/views.py index 8fa7280..3bd3a84 100644 --- 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