diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-11-21 10:22:04 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-11-28 11:40:17 +0100 |
commit | e1dd8ec6a19febe27642dd2411aaaa1cf5c8bdaa (patch) | |
tree | 502ce32ca69676471356322b03f3a83febd9caec /archaeological_operations/wizards.py | |
parent | 66c8c7fa80e2e1494a37503e86ccf2bb3188b87c (diff) | |
download | Ishtar-e1dd8ec6a19febe27642dd2411aaaa1cf5c8bdaa.tar.bz2 Ishtar-e1dd8ec6a19febe27642dd2411aaaa1cf5c8bdaa.zip |
Manage treatment with no creation new of item
Diffstat (limited to 'archaeological_operations/wizards.py')
-rw-r--r-- | archaeological_operations/wizards.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/wizards.py b/archaeological_operations/wizards.py index de38beb95..798e622b4 100644 --- a/archaeological_operations/wizards.py +++ b/archaeological_operations/wizards.py @@ -332,7 +332,7 @@ class OperationAdministrativeActWizard(OperationWizard): except models.AdministrativeAct.DoesNotExist: return - def get_extra_model(self, dct, form_list): + def get_extra_model(self, dct, m2m, form_list): dct['history_modifier'] = self.request.user return dct |