diff options
| 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 |
| commit | 7bff3eb7ca6e7ea59be77e0bd0d0471a5f8ff97a (patch) | |
| tree | 8ccbb16c38a59cf640b490e1d1f5e4b40fa3abe6 /archaeological_finds | |
| parent | fbd17f27b6a7eeaf8d85ba72cf535dad8c0cc5f1 (diff) | |
| download | Ishtar-7bff3eb7ca6e7ea59be77e0bd0d0471a5f8ff97a.tar.bz2 Ishtar-7bff3eb7ca6e7ea59be77e0bd0d0471a5f8ff97a.zip | |
Container - warehouse form configuration - cache precise localisation
Diffstat (limited to 'archaeological_finds')
| -rw-r--r-- | archaeological_finds/forms.py | 2 | ||||
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 2 |
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 %} |
