From 5933b13aa38c1cc9532c5a086bfe90d9a9b15f49 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 22 May 2019 13:34:41 +0200 Subject: Template admin act list: add link --- .../templates/ishtar/blocks/window_tables/administrativacts.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/archaeological_operations/templates/ishtar/blocks/window_tables/administrativacts.html b/archaeological_operations/templates/ishtar/blocks/window_tables/administrativacts.html index 25c1118f9..8ea08cc22 100644 --- a/archaeological_operations/templates/ishtar/blocks/window_tables/administrativacts.html +++ b/archaeological_operations/templates/ishtar/blocks/window_tables/administrativacts.html @@ -1,8 +1,9 @@ -{% load i18n %} +{% load i18n link_to_window %}

{{caption}}

+ @@ -12,6 +13,7 @@ {% for act in data %} + -- cgit v1.2.3
{% trans "Ref." %} {% trans "Type" %} {% trans "Date" %}
{{act|simple_link_to_window}} {{act.full_ref}} {{act.act_type}} {{act.signature_date}}