summaryrefslogtreecommitdiff
path: root/archaeological_finds/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_finds/urls.py')
-rw-r--r--archaeological_finds/urls.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/archaeological_finds/urls.py b/archaeological_finds/urls.py
index 7e8b52ddf..95a20e3ff 100644
--- a/archaeological_finds/urls.py
+++ b/archaeological_finds/urls.py
@@ -97,6 +97,10 @@ urlpatterns = [
check_rights(['change_find', 'change_own_find'])(
views.find_treatment_add),
name='find-add-treatment'),
+ url(r'^find-add-divide-treatment/(?P<pk>[0-9-]+)/$',
+ check_rights(['change_find', 'change_own_find'])(
+ views.find_divide_treatment_add),
+ name='find-add-divide-treatment'),
url(r'^treatmentfile-add-treatment/(?P<pk>[0-9-]+)/$',
check_rights(['change_find', 'change_own_find'])(
views.treatmentfile_treatment_add),