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 | f83bdb58aee1cba40395aaba4d3c399f0016006a (patch) | |
tree | 9154b617bfa283b915cde3686138b5dfc7f15208 /archaeological_operations/forms.py | |
parent | 4566ddf6dfaa7d6a888e41638238096a4f8f53fc (diff) | |
download | Ishtar-f83bdb58aee1cba40395aaba4d3c399f0016006a.tar.bz2 Ishtar-f83bdb58aee1cba40395aaba4d3c399f0016006a.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 # |