diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-11-18 11:45:11 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-19 14:45:56 +0100 |
commit | c799c6902e389d2c91f602380b5639878af73356 (patch) | |
tree | 71d98d06a429ac392280c22c328d6d9c8649881b /archaeological_finds/urls.py | |
parent | 0f9d6565ab50757d5530fc785803906d437aaad1 (diff) | |
download | Ishtar-c799c6902e389d2c91f602380b5639878af73356.tar.bz2 Ishtar-c799c6902e389d2c91f602380b5639878af73356.zip |
🗃️ database: add associated basket to treatments - is exhibition for treatments types
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", |