summaryrefslogtreecommitdiff
path: root/archaeological_finds/forms.py
diff options
context:
space:
mode:
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
commitc2d86b659a9ad00b1e2cb0485e1310504c8fd03c (patch)
treed95d1ca9e9971b465f235cbb86091cd2cf3c7325 /archaeological_finds/forms.py
parent1c381564ea9ed133f73e0b330468b204e7a034f1 (diff)
parent53f0a5c95c34c0db67528422583dc3e90f20f705 (diff)
downloadIshtar-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.py2
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)