diff options
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_basefind.html')
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_basefind.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_basefind.html b/archaeological_finds/templates/ishtar/sheet_basefind.html index 1923bf662..996e8a8a6 100644 --- a/archaeological_finds/templates/ishtar/sheet_basefind.html +++ b/archaeological_finds/templates/ishtar/sheet_basefind.html @@ -20,6 +20,7 @@ {% field_flex_detail "Town" base_find.context_record.town first %} {% field_flex "Parcel" base_find.context_record.parcel '' '' first %} + {% field_flex _("Discovery method") base_find.discovery_method '' '' first %} {# START discovery dates #} {% with base_find.discovery_date|date:"SHORT_DATE_FORMAT" as discovery_date %} {% if not base_find.discovery_date_taq %} @@ -47,7 +48,7 @@ {% field_flex "Special interest" base_find.special_interest '' '' first %} {% field_flex_full "Description" base_find.description "<pre>" "</pre>" first %} - {% field_flex_full "Comment" base_find.comment "<pre>" "</pre>" first %} + {% field_flex_full _("Comment on the circumstances of discovery") base_find.comment "<pre>" "</pre>" first %} </div> {% with item=base_find %} {% include "ishtar/blocks/sheet_json.html" %} |
