summaryrefslogtreecommitdiff
path: root/archaeological_finds/forms.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-06-05 12:59:06 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-06-12 08:54:04 +0200
commitbd9e7d5d4f0eec90b0db39391e05919e4adb1342 (patch)
treeac5e2385672ca97f8123eacd219e390ec80a02ae /archaeological_finds/forms.py
parent63e4f8cea38fdde5dbc1fe582b0307ad59370f81 (diff)
downloadIshtar-bd9e7d5d4f0eec90b0db39391e05919e4adb1342.tar.bz2
Ishtar-bd9e7d5d4f0eec90b0db39391e05919e4adb1342.zip
Context record towns: change column and search to point directly (not through parcel)
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 a01bd45a6..6107b744e 100644
--- a/archaeological_finds/forms.py
+++ b/archaeological_finds/forms.py
@@ -432,7 +432,7 @@ class FindSelect(TableSelect):
base_finds__cache_short_id = forms.CharField(label=_(u"Short ID"))
base_finds__cache_complete_id = forms.CharField(label=_(u"Complete ID"))
label = forms.CharField(label=_(u"Free ID"))
- base_finds__context_record__parcel__town = get_town_field()
+ base_finds__context_record__town = get_town_field()
base_finds__context_record__operation__year = forms.IntegerField(
label=_(u"Year"))
base_finds__context_record__operation__operation_code = forms.IntegerField(