This commit is contained in:
Ross
2021-02-05 12:25:12 +00:00
parent b267fcb6e6
commit 57479f6e2e
4 changed files with 25 additions and 0 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/<int:pk>", views.long_series_detail, name="long_series_view"),
#path("unchecked/", views.unchecked_list, name="unchecked_list"),
#path("verified/<int:pk>/", views.verified_detail, name="verified_detail"),
path("question/<int:pk>/", views.long_detail, name="long_detail"),