summaryrefslogtreecommitdiff
path: root/ishtar_common/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/urls.py')
-rw-r--r--ishtar_common/urls.py5
1 files changed, 5 insertions, 0 deletions
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
@@ -379,6 +379,11 @@ urlpatterns += [
name="department-by-state",
),
url(
+ r"show-area(?:/(?P<pk>.+))?/(?P<type>.+)?$",
+ views.show_area,
+ name="show-area",
+ ),
+ url(
r"show-town(?:/(?P<pk>.+))?/(?P<type>.+)?$",
views.show_town,
name="show-town",