From 0daffe7ed98a0f5951c788d905c739db0304e14a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 4 Nov 2016 11:26:34 +0100 Subject: Files: add project name field for research archaeology (refs #3345) --- archaeological_files/templates/ishtar/sheet_file.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archaeological_files') diff --git a/archaeological_files/templates/ishtar/sheet_file.html b/archaeological_files/templates/ishtar/sheet_file.html index 211d2b181..f228531e1 100644 --- a/archaeological_files/templates/ishtar/sheet_file.html +++ b/archaeological_files/templates/ishtar/sheet_file.html @@ -41,7 +41,7 @@ {% field_li "Type" item.file_type %} -{% if item.related_file %}
  • {{ item.related_file }}
  • {% endif %} +{% if item.related_file %}
  • {{ item.related_file }}
  • {% endif %} {% field "Comment" item.comment "
    " "
    " %} @@ -129,7 +129,7 @@ {{operation.in_charge|default:""}} {{operation.start_date|default:""}} {{operation.excavation_end_date|default:""}} - + {% empty %} {% trans "No operation associated to this archaelogical file" %} -- cgit v1.2.3