summaryrefslogtreecommitdiff
path: root/ishtar/furnitures/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar/furnitures/urls.py')
-rw-r--r--ishtar/furnitures/urls.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ishtar/furnitures/urls.py b/ishtar/furnitures/urls.py
index ee67882cc..6d01923b5 100644
--- a/ishtar/furnitures/urls.py
+++ b/ishtar/furnitures/urls.py
@@ -139,4 +139,8 @@ urlpatterns += patterns('ishtar.furnitures.views',
name='get-item'),
url(BASE_URL + r'new-warehouse/(?P<parent_name>.+)?/$',
'new_warehouse', name='new-warehouse'),
+ url(BASE_URL + r'new-person/(?P<parent_name>.+)?/$',
+ 'new_person', name='new-person'),
+ url(BASE_URL + r'new-organization/(?P<parent_name>.+)?/$',
+ 'new_organization', name='new-organization'),
)