From 2b2935ccf265216a33345c2fd953c205ce143827 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 24 Apr 2023 17:30:07 +0200 Subject: Sheet area --- ishtar_common/urls.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ishtar_common/urls.py') diff --git a/ishtar_common/urls.py b/ishtar_common/urls.py index ebd6df0f0..61d15f390 100644 --- a/ishtar_common/urls.py +++ b/ishtar_common/urls.py @@ -378,6 +378,11 @@ urlpatterns += [ views.department_by_state, name="department-by-state", ), + url( + r"show-area(?:/(?P.+))?/(?P.+)?$", + views.show_area, + name="show-area", + ), url( r"show-town(?:/(?P.+))?/(?P.+)?$", views.show_town, -- cgit v1.2.3