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 bab3fc6b4..7bf85d9a4 100644
--- a/archaeological_finds/urls.py
+++ b/archaeological_finds/urls.py
@@ -265,6 +265,10 @@ urlpatterns = [
name='get-own-find-for-ope', kwargs={'force_own': True}),
url(r'get-find-for-ope/(?P<type>.+)?$', views.get_find_for_ope,
name='get-find-for-ope'),
+ url(r'get-find-for-cr/cr/(?P<type>.+)?$', views.get_find_for_cr,
+ name='get-own-find-for-cr', kwargs={'force_own': True}),
+ url(r'get-find-for-cr/(?P<type>.+)?$', views.get_find_for_cr,
+ name='get-find-for-cr'),
url(r'get-find-for-treatment/own/(?P<type>.+)?$',
views.get_find_for_treatment,
name='get-own-find-for-treatment', kwargs={'force_own': True}),