let people view open access series

This commit is contained in:
Ross
2024-09-27 08:14:06 +01:00
parent 24590ee2b1
commit 9c61068026
5 changed files with 82 additions and 67 deletions
+1
View File
@@ -297,6 +297,7 @@ urlpatterns = [
),
path("structure/create", views.StructureCreate.as_view(), name="structure_create"),
path("series/<int:pk>/thumbnail", views.series_thumbnail, name="series_thumbnail"),
# TODO: case context series viewing (so that we can view series in the context of a case)
path("series/<int:pk>", views.series_detail, name="series_detail"),
path("series/<int:pk>/authors", views.SeriesAuthorUpdate.as_view(), name="series_authors"),
path("series/", views.SeriesView.as_view(), name="series_view"),