diff options
Diffstat (limited to 'archaeological_finds/urls.py')
-rw-r--r-- | archaeological_finds/urls.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/archaeological_finds/urls.py b/archaeological_finds/urls.py index 688fe5da3..ad4082f8e 100644 --- a/archaeological_finds/urls.py +++ b/archaeological_finds/urls.py @@ -641,6 +641,11 @@ urlpatterns = [ name="get-treatmentfile", ), url( + r"get-exhibition/(?P<type>.+)?$", + views.get_exhibition, + name="get-exhibition", + ), + url( r"get-treatmentfile-shortcut/(?P<type>.+)?$", views.get_treatmentfile, name="get-treatmentfile-shortcut", |