diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-12-17 01:53:53 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-12-17 01:53:53 +0100 |
commit | 758ee42b4970372d38d620f80c51854abc64a69f (patch) | |
tree | 10b2770b19fde76764d3a028fd01ae3ebe8176f5 /archaeological_operations/urls.py | |
parent | 7a8588afd998504e4fabf9614d03054b424fe3e7 (diff) | |
download | Ishtar-758ee42b4970372d38d620f80c51854abc64a69f.tar.bz2 Ishtar-758ee42b4970372d38d620f80c51854abc64a69f.zip |
Choose document to generate at the end of create/modif process
Diffstat (limited to 'archaeological_operations/urls.py')
-rw-r--r-- | archaeological_operations/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/urls.py b/archaeological_operations/urls.py index 4453b10ed..8ae835292 100644 --- a/archaeological_operations/urls.py +++ b/archaeological_operations/urls.py @@ -71,7 +71,7 @@ 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>.+)?$', + url(r'generatedoc-administrativeactop/(?P<pk>.+)?/(?P<template_pk>.+)?$', 'generatedoc_administrativeactop', name='generatedoc-administrativeactop'), url(r'get-operationsource/(?P<type>.+)?$', |