mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-06 12:44:20 +01:00
More!
This commit is contained in:
@@ -10,7 +10,8 @@ from .views.questionview import QuestionView
|
||||
register_converter(SeasonCodeConverter, "season")
|
||||
register_converter(CandidateConverter, "candidate")
|
||||
urlpatterns = [
|
||||
path("", SelectSeasonView.as_view(), name="home"),
|
||||
path("<season:season>/", EnterNameView.as_view(), name="quiz"),
|
||||
path("", SelectSeasonView.as_view(), name="index"),
|
||||
path("<season:season>/", EnterNameView.as_view(), name="enter_name"),
|
||||
path("<candidate:candidate>/", QuestionView.as_view(), name="question"),
|
||||
# path("<>")
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user