diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-03-20 11:06:13 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-03-20 12:40:11 +0100 |
| commit | 014f7aef19894b54a66aeafae4b58dafe36b54ce (patch) | |
| tree | cecefdca9d921c4f0515ca503a1fa3e25ae4bc06 /archaeological_finds/templates/ishtar/sheet_basefind.html | |
| parent | ab894cdbadfa75a58e21d16e2e5e1adb0398e13e (diff) | |
| download | Ishtar-014f7aef19894b54a66aeafae4b58dafe36b54ce.tar.bz2 Ishtar-014f7aef19894b54a66aeafae4b58dafe36b54ce.zip | |
✨ Find/Base find comment fields: rename, add to form, search (refs #5604)
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_basefind.html')
| -rw-r--r-- | archaeological_finds/templates/ishtar/sheet_basefind.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_basefind.html b/archaeological_finds/templates/ishtar/sheet_basefind.html index 1923bf662..82c2cbd53 100644 --- a/archaeological_finds/templates/ishtar/sheet_basefind.html +++ b/archaeological_finds/templates/ishtar/sheet_basefind.html @@ -47,7 +47,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" %} |
