diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-09 23:08:51 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-09 23:08:51 +0100 |
commit | c2d86b659a9ad00b1e2cb0485e1310504c8fd03c (patch) | |
tree | d95d1ca9e9971b465f235cbb86091cd2cf3c7325 /archaeological_finds/forms.py | |
parent | 1c381564ea9ed133f73e0b330468b204e7a034f1 (diff) | |
parent | 53f0a5c95c34c0db67528422583dc3e90f20f705 (diff) | |
download | Ishtar-c2d86b659a9ad00b1e2cb0485e1310504c8fd03c.tar.bz2 Ishtar-c2d86b659a9ad00b1e2cb0485e1310504c8fd03c.zip |
Merge branch 'master' into v0.9
Diffstat (limited to 'archaeological_finds/forms.py')
-rw-r--r-- | archaeological_finds/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/forms.py b/archaeological_finds/forms.py index 7688b2340..2c367043c 100644 --- a/archaeological_finds/forms.py +++ b/archaeological_finds/forms.py @@ -363,7 +363,7 @@ class FindSelect(TableSelect): base_finds__batch = forms.ChoiceField( label=_(u"Batch/object"), choices=[]) checked = forms.ChoiceField(label=_("Check")) - image = forms.NullBooleanField(label=_(u"Has an image?")) + image__isnull = forms.NullBooleanField(label=_(u"Has an image?")) def __init__(self, *args, **kwargs): super(FindSelect, self).__init__(*args, **kwargs) |