summaryrefslogtreecommitdiff
path: root/archaeological_operations/forms.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-06-03 22:23:46 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-06-03 22:23:46 +0200
commitfc835921567bde864b158f0a26a9461334b8facd (patch)
tree15c53d3ee13d79e72be949dc98d5c31195338a59 /archaeological_operations/forms.py
parent7f481fdfc8ce76e70bb4496c63770f8b5a9255b6 (diff)
parentba25fffca393f1a92d9e91422532a1da177b9e97 (diff)
downloadIshtar-fc835921567bde864b158f0a26a9461334b8facd.tar.bz2
Ishtar-fc835921567bde864b158f0a26a9461334b8facd.zip
Merge branch 'v0.9' into wheezy
Diffstat (limited to 'archaeological_operations/forms.py')
-rw-r--r--archaeological_operations/forms.py3
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 #