feat: Implement series splitting by DICOM tag with HTMX support
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -614,6 +614,11 @@ urlpatterns = [
|
||||
views.series_order_upload_filename,
|
||||
name="series_order_upload_filename",
|
||||
),
|
||||
path(
|
||||
"series/<int:pk>/split_by_tag",
|
||||
views.series_split_by_tag,
|
||||
name="series_split_by_tag",
|
||||
),
|
||||
path(
|
||||
"series/<int:pk>/delete",
|
||||
views.SeriesDelete.as_view(),
|
||||
|
||||
Reference in New Issue
Block a user