diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-18 13:34:27 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-18 13:34:27 +0100 |
commit | 68a736ec91ca926b86cec6fef1e2514900047807 (patch) | |
tree | 1477fbefb1ceac71fba1b4de22e1a39d601c0056 /archaeological_operations | |
parent | 56b87de52de13ff47f3cb9250490edfbe03fab8a (diff) | |
download | Ishtar-68a736ec91ca926b86cec6fef1e2514900047807.tar.bz2 Ishtar-68a736ec91ca926b86cec6fef1e2514900047807.zip |
SEARCH -> SEARCH_AND_SELECT
Diffstat (limited to 'archaeological_operations')
-rw-r--r-- | archaeological_operations/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index 41cc59e46..b1f87c249 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -616,7 +616,7 @@ class OperationSelect(TableSelect): class OperationFormSelection(IshtarForm): - SEARCH = True + SEARCH_AND_SELECT = True form_label = _(u"Operation search") associated_models = {'pk': models.Operation} currents = {'pk': models.Operation} |