diff options
| -rw-r--r-- | archaeological_operations/templates/ishtar/sheet_site.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_site.html b/archaeological_operations/templates/ishtar/sheet_site.html index b153e5795..10afcd47b 100644 --- a/archaeological_operations/templates/ishtar/sheet_site.html +++ b/archaeological_operations/templates/ishtar/sheet_site.html @@ -47,6 +47,7 @@ <div class="row"> {% field_flex _("Other reference") item.other_reference %} + {% field_flex _("Other names") item.other_names %} {% field_flex_multiple_obj _("Heritage interest") item 'heritage_interests' %} {% field_flex_detail_multiple _("Actors") item.actors %} {% field_flex_detail_multiple _("Collaborators") item.collaborators %} |
