This commit is contained in:
Ross
2021-02-06 14:45:12 +00:00
parent 30f3ec99e4
commit 61d1828357
6 changed files with 52 additions and 8 deletions
+1
View File
@@ -9,6 +9,7 @@ urlpatterns = [
path("author/<int:pk>/", views.author_detail, name="author_detail"),
path("author/", views.author_list, name="author_list"),
path("question/", views.LongView.as_view(), name="long_view"),
path("series/", views.LongSeriesView.as_view(), name="long_series_view"),
path("series/<int:pk>", views.long_series_detail, name="long_series_detail"),
#path("unchecked/", views.unchecked_list, name="unchecked_list"),
#path("verified/<int:pk>/", views.verified_detail, name="verified_detail"),