diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-03-03 08:19:56 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-03-03 08:19:56 +0100 |
commit | 9c10e0884af99f8099dd290035ace7631e821a3c (patch) | |
tree | 486873bd86b43b2254f9cdfba870a9457d495a5f /archaeological_finds/templates | |
parent | 3a6c60d3c225190e90dee4e33b020299a86d4d37 (diff) | |
download | Ishtar-9c10e0884af99f8099dd290035ace7631e821a3c.tar.bz2 Ishtar-9c10e0884af99f8099dd290035ace7631e821a3c.zip |
Finds: add decoration field
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 3b3f8bf14..c2116efe8 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -43,6 +43,7 @@ {% field_flex_full "Description" item.description "<pre>" "</pre>" %} {% field_flex_full "Mark" item.mark "<pre>" "</pre>" %} {% field_flex_full "Decoration" item.decoration "<pre>" "</pre>" %} + {% field_flex_full "Inscription" item.inscription "<pre>" "</pre>" %} {% field_flex "Manufacturing place" item.manufacturing_place %} {% field_flex "Find number" item.find_number %} |