diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-04-22 17:17:15 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-04-22 17:20:35 +0200 |
| commit | c06afdf2c2b134c3b4f57167959e1687231c00e9 (patch) | |
| tree | 5d6f6f3d1da57b5ec7d12045a3582fa15f6008fe | |
| parent | 709e04d3239ea3a131912f1fc92dba67585079d1 (diff) | |
| download | Ishtar-c06afdf2c2b134c3b4f57167959e1687231c00e9.tar.bz2 Ishtar-c06afdf2c2b134c3b4f57167959e1687231c00e9.zip | |
🐛 exhibition sheet: add reference, re-order (refs #6715)
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_exhibition.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_exhibition.html b/archaeological_finds/templates/ishtar/sheet_exhibition.html index 76cf7c495..356d4b2cc 100644 --- a/archaeological_finds/templates/ishtar/sheet_exhibition.html +++ b/archaeological_finds/templates/ishtar/sheet_exhibition.html @@ -49,9 +49,10 @@ {% field_flex _("Name") item.name %} {% field_flex _("Type") item.exhibition_type %} {% field_flex _("Year") item.year %} + {% field_flex _("Reference") item.reference %} {% field_flex_detail _("Responsible") item.in_charge %} - {% field_flex_full "Description" item.description "<pre>" "</pre>" %} - {% field_flex_full "Comment" item.comment "<pre>" "</pre>" %} + {% field_flex_full _("Comment") item.comment "<pre>" "</pre>" %} + {% field_flex_full _("Description") item.description "<pre>" "</pre>" %} {% include "ishtar/blocks/sheet_json.html" %} </div> {% if has_image %} |
