summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archaeological_finds/templates/ishtar/sheet_exhibition.html5
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 %}