From 1db592248963926948e6306d4288411e7bc7fbb4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 3 Jul 2017 13:19:18 +0200 Subject: Archaeological files: fix url in sheet (refs #3637, refs #3638) --- archaeological_files/templates/ishtar/sheet_file.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/archaeological_files/templates/ishtar/sheet_file.html b/archaeological_files/templates/ishtar/sheet_file.html index 9d0948660..6d64a975f 100644 --- a/archaeological_files/templates/ishtar/sheet_file.html +++ b/archaeological_files/templates/ishtar/sheet_file.html @@ -39,7 +39,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 "
    " "
    " %} @@ -127,7 +127,8 @@ {{operation.in_charge|default:""}} {{operation.start_date|default:""}} {{operation.excavation_end_date|default:""}} - + {% empty %} {% trans "No operation associated to this archaeological file" %} -- cgit v1.2.3