From 1018402b846572b2bc348c0e6e0865527915afdb Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 30 Aug 2013 11:22:32 +0200 Subject: Templates: add link to doc tables - add a doc table to find sheet (refs #1350) --- archaeological_operations/templates/ishtar/sheet_operation.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archaeological_operations') diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index a85002702..fd4c4d021 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -103,14 +103,14 @@ {% trans "Title" %} {% trans "Type" %} {% trans "Authors" %} - {#{% trans "Localisation" %}#} + {% trans "Link" %} {% for doc in item.source.all %} {{ doc.title }} {{doc.source_type}} {{ doc.authors.all|join:", " }} - {#{{ doc.localisation }}#} + {% if doc.associated_url %}{% trans "Link"%}{% endif %} {% empty %} {% trans "No scientific document associated to this operation" %} -- cgit v1.2.3