summaryrefslogtreecommitdiff
path: root/archaeological_operations/urls.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2013-12-04 23:55:07 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2013-12-04 23:55:07 +0100
commitf2928e399ed554fb4f3f2c501008e1b8b3c8a967 (patch)
treeadba76d50670728470ed11bb60e7650271f4e466 /archaeological_operations/urls.py
parent5e1cafecaabecd5f6dd8d77f5e0ac70e785fdcc3 (diff)
downloadIshtar-f2928e399ed554fb4f3f2c501008e1b8b3c8a967.tar.bz2
Ishtar-f2928e399ed554fb4f3f2c501008e1b8b3c8a967.zip
Administrativ acts: generate document from the last step of creation/modification (refs #1523)
Diffstat (limited to 'archaeological_operations/urls.py')
-rw-r--r--archaeological_operations/urls.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/archaeological_operations/urls.py b/archaeological_operations/urls.py
index 13a2c5c35..4453b10ed 100644
--- a/archaeological_operations/urls.py
+++ b/archaeological_operations/urls.py
@@ -71,6 +71,9 @@ urlpatterns += patterns('archaeological_operations.views',
'show_operation', name='show-historized-operation'),
url(r'get-administrativeactop/(?P<type>.+)?$',
'get_administrativeactop', name='get-administrativeactop'),
+ url(r'generatedoc-administrativeactop/(?P<pk>.+)?$',
+ 'generatedoc_administrativeactop',
+ name='generatedoc-administrativeactop'),
url(r'get-operationsource/(?P<type>.+)?$',
'get_operationsource', name='get-operationsource'),
url(r'dashboard_operation/$', 'dashboard_operation',