diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-06-02 17:27:03 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-06-02 17:27:03 +0200 |
commit | 51ab900d3a61c719923390be1fb980019ac1da56 (patch) | |
tree | 9154b617bfa283b915cde3686138b5dfc7f15208 /archaeological_operations/forms.py | |
parent | 7868245668607ab9fb618011e4880f15ec1ef7de (diff) | |
download | Ishtar-51ab900d3a61c719923390be1fb980019ac1da56.tar.bz2 Ishtar-51ab900d3a61c719923390be1fb980019ac1da56.zip |
Add full export of operation's sources
Diffstat (limited to 'archaeological_operations/forms.py')
-rw-r--r-- | archaeological_operations/forms.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index 49824e24a..b61285177 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -1136,7 +1136,8 @@ class OperationSourceSelect(SourceSelect): OperationSourceFormSelection = get_form_selection( 'OperationSourceFormSelection', _(u"Documentation search"), 'pk', models.OperationSource, OperationSourceSelect, 'get-operationsource', - _(u"You should select a document.")) + _(u"You should select a document."), + get_full_url='get-operationsource-full') ################################################ # Administrative act management for operations # |