allow basic thumbnail recreation

This commit is contained in:
Ross
2024-04-15 10:07:27 +01:00
parent ca2a3e065f
commit ab9b16e7f9
4 changed files with 17 additions and 1 deletions
+1
View File
@@ -241,6 +241,7 @@ urlpatterns = [
name="structure_update",
),
path("structure/create", views.StructureCreate.as_view(), name="structure_create"),
path("series/<int:pk>/thumbnail", views.series_thumbnail, name="series_thumbnail"),
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"),