diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-03-12 10:52:35 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-03-13 15:48:10 +0100 |
commit | d2c9fab7e330f3c5db660ee65af8db5c9d41370b (patch) | |
tree | 17b034cac8eb87b006f1d84234cf1134a5d1f7eb /archaeological_operations/templates | |
parent | 0d2e4f60e8ce2f42359c2feb7360eb0ed72ad82b (diff) | |
download | Ishtar-d2c9fab7e330f3c5db660ee65af8db5c9d41370b.tar.bz2 Ishtar-d2c9fab7e330f3c5db660ee65af8db5c9d41370b.zip |
🐛 administrative act: fix internal reference label (refs #6185)
Diffstat (limited to 'archaeological_operations/templates')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_administrativeact.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_administrativeact.html b/archaeological_operations/templates/ishtar/sheet_administrativeact.html index f344a1fb6..2002594be 100644 --- a/archaeological_operations/templates/ishtar/sheet_administrativeact.html +++ b/archaeological_operations/templates/ishtar/sheet_administrativeact.html @@ -41,7 +41,7 @@ <div class="row"> {% field_flex "Year" item.year %} {% field_flex "Index" item.index %} - {% field_flex "Internal reference" item.ref_sra %} + {% field_flex _("Internal reference") item.ref_sra %} {% field_flex "Type" item.act_type %} {% field_flex "Object" item.act_object %} {% field_flex_detail "Signatory" item.signatory %} |