mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-06 04:44:19 +01:00
More!
This commit is contained in:
@@ -26,7 +26,7 @@ class QuestionView(View, TemplateResponseMixin):
|
||||
if not kwargs.get("from_post"):
|
||||
messages.error(request, _("Quiz done"))
|
||||
|
||||
return redirect(reverse("quiz", kwargs={"season": candidate.season}))
|
||||
return redirect(reverse("enter_name", kwargs={"season": candidate.season}))
|
||||
|
||||
# TODO: On first question -> record time
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user