diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-12-02 14:15:05 +0100 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-12-02 14:15:05 +0100 | 
| commit | ad8bc7234067d65751892005973def88d12bcc2c (patch) | |
| tree | 5d4355bb39ea5de6aeaf442d07cf91fcbfa85ebd /archaeological_finds/wizards.py | |
| parent | c8568b4394e1c948015196dbec93933ac812f766 (diff) | |
| download | Ishtar-ad8bc7234067d65751892005973def88d12bcc2c.tar.bz2 Ishtar-ad8bc7234067d65751892005973def88d12bcc2c.zip  | |
Sheet quick actions to add treatments from find, basket and container
Diffstat (limited to 'archaeological_finds/wizards.py')
| -rw-r--r-- | archaeological_finds/wizards.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/wizards.py b/archaeological_finds/wizards.py index 31881fe74..d523170eb 100644 --- a/archaeological_finds/wizards.py +++ b/archaeological_finds/wizards.py @@ -138,7 +138,7 @@ class TreatmentBase(Wizard):                  models.Find.objects.get(pk=int(find_id.strip()))                  for find_id in find_ids.split(u',')              ] -        except(TypeError, ValueError, ObjectDoesNotExist): +        except(TypeError, ValueError, AttributeError, ObjectDoesNotExist):              pass      def get_form_initial(self, step, data=None):  | 
