summaryrefslogtreecommitdiff
path: root/archaeological_finds/forms.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-03-09 23:12:48 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-03-09 23:12:48 +0100
commitb22a1a4644932761b64b7f32e16733669659d731 (patch)
tree9e6123738a6979c154e7ca86fb399e2332fb4ffb /archaeological_finds/forms.py
parentcffe9ccf886cd9300b999af989fc19da3e2a5f20 (diff)
parent54779a8fa14fa5213ef62b85c767545dd4f15257 (diff)
downloadIshtar-b22a1a4644932761b64b7f32e16733669659d731.tar.bz2
Ishtar-b22a1a4644932761b64b7f32e16733669659d731.zip
Merge branch 'v0.9' into wheezy
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)