From 0bbb58bdf1cad93846bec23d2481e5ffffa818f8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 27 Dec 2013 17:53:15 +0100 Subject: Display current item window after creation and modification (refs #1574) --- archaeological_operations/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_operations/urls.py') diff --git a/archaeological_operations/urls.py b/archaeological_operations/urls.py index 5f52254bd..e0daa8590 100644 --- a/archaeological_operations/urls.py +++ b/archaeological_operations/urls.py @@ -68,7 +68,7 @@ urlpatterns += patterns('archaeological_operations.views', 'get_available_operation_code', name='get_available_operation_code'), url(r'revert-operation/(?P.+)/(?P.+)$', 'revert_operation', name='revert-operation'), - url(r'show-operation/(?P.+)?/(?P.+)?$', + url(r'show-operation(?:/(?P.+))?/(?P.+)?$', 'show_operation', name='show-operation'), url(r'show-historized-operation/(?P.+)?/(?P.+)?$', 'show_operation', name='show-historized-operation'), -- cgit v1.2.3