diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-06-02 22:53:12 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-06-02 22:53:12 +0200 |
commit | e9e5ebbb172dbf4242ced7e57a17ed1a1caad460 (patch) | |
tree | 5ccf9926aed3e4fee4dce8594f69010ae2b00520 /archaeological_finds/templates/ishtar | |
parent | 0369e17eb03343245039fa93487dd7dc23b697a9 (diff) | |
download | Ishtar-e9e5ebbb172dbf4242ced7e57a17ed1a1caad460.tar.bz2 Ishtar-e9e5ebbb172dbf4242ced7e57a17ed1a1caad460.zip |
Find: add functional area field
Diffstat (limited to 'archaeological_finds/templates/ishtar')
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index 57bcc9aef..8d933d3fb 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -154,6 +154,7 @@ {% field_flex_full "Comment on the material" item.material_comment "<pre>" "</pre>" %} {% field_flex_multiple_obj "Object types" item 'object_types' %} {% field_flex "Object type quality" item.object_type_quality %} + {% field_flex_multiple_obj "Functional areas" item 'functional_areas' %} {% field_flex "Find number" item.find_number %} {% field_flex "Minimum number of individuals (MNI)" item.min_number_of_individuals %} {% field_flex_full "Decoration" item.decoration "<pre>" "</pre>" %} |