diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-12-11 18:15:35 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-12-11 18:15:35 +0100 |
commit | c61696e6fc307905e333b5de170cee395bf8b1da (patch) | |
tree | 9889b35d61c73ff63a8fa48ebe4f2621220c8337 /archaeological_files/urls.py | |
parent | 35897953208aa60ee306aba73963dda34a553cb0 (diff) | |
download | Ishtar-c61696e6fc307905e333b5de170cee395bf8b1da.tar.bz2 Ishtar-c61696e6fc307905e333b5de170cee395bf8b1da.zip |
Manage document generation for treatment and file treatment administrative act
Diffstat (limited to 'archaeological_files/urls.py')
-rw-r--r-- | archaeological_files/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_files/urls.py b/archaeological_files/urls.py index 91d106f78..110851f80 100644 --- a/archaeological_files/urls.py +++ b/archaeological_files/urls.py @@ -93,5 +93,5 @@ urlpatterns += patterns( 'archaeological_operations.views', url(r'file_administrativeact_document/$', 'administrativeactfile_document', - name='file-administrativeact-document', kwargs={'operation': False}), + name='file-administrativeact-document', kwargs={'file': True}), ) |