aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/resources/urls.py
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-08-05 21:20:21 +0100
committerMatthew Lemon <y@yulqen.org>2024-08-05 21:20:21 +0100
commit9c9b3084939e77618854e2cbe3cce51029a70f07 (patch)
treea21d9988bd62eb5d7bb2049ba06d594bdbf8f592 /pyblackbird_cc/resources/urls.py
parentfd1bc6777df5b4c85c899e3bcdd1293a6bead630 (diff)
wip: adding delete and replace buttons for PDFs
Diffstat (limited to 'pyblackbird_cc/resources/urls.py')
-rw-r--r--pyblackbird_cc/resources/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyblackbird_cc/resources/urls.py b/pyblackbird_cc/resources/urls.py
index 45bfd59..34ea0c8 100644
--- a/pyblackbird_cc/resources/urls.py
+++ b/pyblackbird_cc/resources/urls.py
@@ -14,7 +14,7 @@ urlpatterns = [
name="resource_update_metadata",
),
path("resource/update-thumbnails/<int:pk>", views.update_resource_thumbnails, name="resource_update_thumbnails"),
- path("resource/update-pdfs/<int:pk>", views.update_resource_pdfs, name="resource_update_pdfs"),
+ path("resource/add-pdfs/<int:pk>", views.add_resource_pdfs, name="resource_update_pdfs"),
]
htmx_patterns = [