From 5b19b25aae5b4649ff43e5966e592c76cf90e807 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 13 Mar 2025 15:20:36 +0100 Subject: ✨ exhibitions: link documents (refs #6222) 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 e8935511f..af6b5285a 100644 --- a/archaeological_finds/urls.py +++ b/archaeological_finds/urls.py @@ -612,6 +612,11 @@ urlpatterns = [ views.autocomplete_treatmentfile, name="autocomplete-treatmentfile", ), + url( + r"autocomplete-exhibition/$", + views.autocomplete_exhibition, + name="autocomplete-exhibition", + ), url( r"get-find-for-ope/own/(?P.+)?$", views.get_find_for_ope, -- cgit v1.2.3