diff --git a/atlas/urls.py b/atlas/urls.py index ee8907f0..2fdcbbee 100755 --- a/atlas/urls.py +++ b/atlas/urls.py @@ -361,6 +361,11 @@ urlpatterns = [ views.GenericExamViews.exam_json_edit, name="exam_json_edit", ), + path( + "collection//cid_bulk_edit", + views.GenericExamViews.exam_cid_bulk_edit, + name="exam_cid_bulk_edit", + ), path( "collection//dicom_json", views.collection_dicom_json, diff --git a/generic/templates/generic/exam_cids_edit.html b/generic/templates/generic/exam_cids_edit.html index 15d9f35e..eaa33d8b 100644 --- a/generic/templates/generic/exam_cids_edit.html +++ b/generic/templates/generic/exam_cids_edit.html @@ -19,8 +19,8 @@ {% if current_cid_users or available_cid_users %} {% endif %} - - + + @@ -35,112 +35,225 @@