diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-09 07:49:37 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-09 07:49:37 +0100 |
| commit | 44f4c82b62e4cffb342e62ae24531266c16f3860 (patch) | |
| tree | 9d1a76529bcacfe6745e934bb4c752d3dd699c38 /archaeological_finds/forms.py | |
| parent | 5cb35a0ec15c67b2946b8d8ccd64fe007bf70702 (diff) | |
| download | Ishtar-44f4c82b62e4cffb342e62ae24531266c16f3860.tar.bz2 Ishtar-44f4c82b62e4cffb342e62ae24531266c16f3860.zip | |
Find search: change image search query
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) |
