From 8301e4705fccdf557d5d9e57eb32f9ba66c663b8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 25 Feb 2011 15:58:32 +0100 Subject: Work on file sheet and odt export (refs #227) --- ishtar/furnitures/urls.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ishtar/furnitures/urls.py') diff --git a/ishtar/furnitures/urls.py b/ishtar/furnitures/urls.py index 5123609fc..c93f14c78 100644 --- a/ishtar/furnitures/urls.py +++ b/ishtar/furnitures/urls.py @@ -87,13 +87,14 @@ urlpatterns += patterns('ishtar.furnitures.views', name='autocomplete-file'), url(BASE_URL + r'get-file/(?P.+)?$', 'get_file', name='get-file'), - url(BASE_URL + r'show-file/(?P.+)?$', 'show_file', + url(BASE_URL + r'show-file/(?P.+)?/(?P.+)?$', 'show_file', name='show-file'), url(BASE_URL + r'autocomplete-operation/$', 'autocomplete_operation', name='autocomplete-operation'), url(BASE_URL + r'get-operation/(?P.+)?$', 'get_operation', name='get-operation'), - url(BASE_URL + r'show-operation/(?P.+)?$', 'show_operation', + url(BASE_URL + r'show-operation/(?P.+)?/(?P.+)?$', + 'show_operation', name='show-operation'), url(BASE_URL + r'update-current-item/$', 'update_current_item', name='update-current-item'), -- cgit v1.2.3