This commit is contained in:
Ross
2021-02-04 21:05:49 +00:00
parent cd013f2ff3
commit f6fdbfaf7f
11 changed files with 687 additions and 191 deletions
+1
View File
@@ -35,6 +35,7 @@ urlpatterns = [
path("exam/json/<int:pk>", views.exam_json, name="exam_json"),
path("exam/json/<int:pk>/recreate", views.exam_json_recreate, name="exam_json_recreate"),
path("create/", views.LongCreate.as_view(), name="long_create"),
path("create/series", views.LongSeriesCreate.as_view(), name="long_series_create"),
path("create/defaults",
views.LongCreationDefaultView.as_view(),
name="long_create_defaults"),