summaryrefslogtreecommitdiff
path: root/archaeological_finds
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-08-14 16:57:48 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-08-14 16:57:48 +0200
commitd50d5077f9bf5eb6733de1a4a29d3ef1089cdd96 (patch)
tree8ccbb16c38a59cf640b490e1d1f5e4b40fa3abe6 /archaeological_finds
parent10086eb832b17b596ce8db07efd910d353cce514 (diff)
downloadIshtar-d50d5077f9bf5eb6733de1a4a29d3ef1089cdd96.tar.bz2
Ishtar-d50d5077f9bf5eb6733de1a4a29d3ef1089cdd96.zip
Container - warehouse form configuration - cache precise localisation
Diffstat (limited to 'archaeological_finds')
-rw-r--r--archaeological_finds/forms.py2
-rw-r--r--archaeological_finds/templates/ishtar/sheet_find.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_finds/forms.py b/archaeological_finds/forms.py
index 358b12477..c575bc876 100644
--- a/archaeological_finds/forms.py
+++ b/archaeological_finds/forms.py
@@ -406,7 +406,7 @@ DatingFormSet.form_admin_name = _(u"Find - 040 - Dating")
DatingFormSet.form_slug = "find-040-dating"
-class FindSelect(CustomForm, TableSelect):
+class FindSelect(CustomForm, TableSelect): # OK
_model = models.Find
form_admin_name = _(u"Find - 001 - Search")
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html
index aa1f9bb12..6c14e5c53 100644
--- a/archaeological_finds/templates/ishtar/sheet_find.html
+++ b/archaeological_finds/templates/ishtar/sheet_find.html
@@ -210,7 +210,7 @@
{% field_flex "Container ID" item.container.cached_location %}
{% field_flex_detail "Responsible warehouse" item.container.responsible %}
{% field_flex_detail "Location (warehouse)" item.container.location %}
- {% field_flex "Precise localisation" item.container.divisions_lbl %}
+ {% field_flex "Precise localisation" item.container.cached_division %}
</div>
{% endif %}