From c799c6902e389d2c91f602380b5639878af73356 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 18 Nov 2024 11:45:11 +0100 Subject: 🗃️ database: add associated basket to treatments - is exhibition for treatments types MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_finds/urls.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'archaeological_finds/urls.py') 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 @@ -640,6 +640,11 @@ urlpatterns = [ views.get_treatmentfile, name="get-treatmentfile", ), + url( + r"get-exhibition/(?P.+)?$", + views.get_exhibition, + name="get-exhibition", + ), url( r"get-treatmentfile-shortcut/(?P.+)?$", views.get_treatmentfile, -- cgit v1.2.3