From cfa07b0526c908baa4848b63dbb4a7bb35e0bdaa 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) --- .../templates/ishtar/sheet_contextrecord.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archaeological_context_records/templates') diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index 003e7d89b..355e76abc 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -82,14 +82,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 document associated to this context record" %} -- cgit v1.2.3