summaryrefslogtreecommitdiff
path: root/archaeological_operations
diff options
context:
space:
mode:
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
commit3e14b1202b3435113d070fa53f93ab62b2833c8d (patch)
tree502ce32ca69676471356322b03f3a83febd9caec /archaeological_operations
parentc943fb4cbfa56163f93f88e50614613839fc77c8 (diff)
downloadIshtar-3e14b1202b3435113d070fa53f93ab62b2833c8d.tar.bz2
Ishtar-3e14b1202b3435113d070fa53f93ab62b2833c8d.zip
Manage treatment with no creation new of item
Diffstat (limited to 'archaeological_operations')
-rw-r--r--archaeological_operations/wizards.py2
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