diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-02-13 17:01:07 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-02-13 17:01:07 +0100 |
commit | 5864c4d875c64ab583097220fd99eb087d1dc50d (patch) | |
tree | efcc0ec8cf1ff42b117652d4213e1f9289b234a3 /archaeological_finds/templates | |
parent | f755be9bf7d2c3ebe5f09aa95e334a1cf6eaa847 (diff) | |
download | Ishtar-5864c4d875c64ab583097220fd99eb087d1dc50d.tar.bz2 Ishtar-5864c4d875c64ab583097220fd99eb087d1dc50d.zip |
Find: add field comment on the material (refs #4284)
Diffstat (limited to 'archaeological_finds/templates')
-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 03295a8e2..1b383e4e5 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -143,6 +143,7 @@ {% field_flex "Is complete?" item.is_complete %} {% field_flex_multiple_obj "Material types" item 'material_types' %} {% field_flex "Material type quality" item.material_type_quality %} + {% 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 "Find number" item.find_number %} |