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.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ishtar_common/urls.py b/ishtar_common/urls.py
index 0d524b668..3b7ced5ae 100644
--- a/ishtar_common/urls.py
+++ b/ishtar_common/urls.py
@@ -277,6 +277,10 @@ urlpatterns += [
url(r'show-shortcut-menu/$', views.show_shortcut_menu,
name='show-shortcut-menu'),
+ url(r'regenerate-external-id/$', views.regenerate_external_id,
+ name='regenerate-external-id'),
+
+
url(r'document/search/(?P<step>.+)?$',
check_rights(['view_document', 'view_own_document'])(
views.document_search_wizard),