From 697966da54cbfc76836abfba3816e3f4848fb53c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 3 Nov 2021 23:34:00 +0100 Subject: Syndication - gallery UI --- ishtar_common/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/urls.py') diff --git a/ishtar_common/urls.py b/ishtar_common/urls.py index 9fa0d59f0..8f7255d4e 100644 --- a/ishtar_common/urls.py +++ b/ishtar_common/urls.py @@ -314,7 +314,7 @@ urlpatterns += [ name="get-by-importer", ), url( - r"search-external/(?P[a-z-]+)/(?P\d+)/", + r"search-external/(?P[a-z-]+)/(?P\d+)/(?P[a-z-]+)?", views_item.get_distant_item, name="search-external" ), -- cgit v1.2.3