From 3e892ef57004c0647a133779a0bd48ead55d76ca Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 2 Jul 2017 14:47:02 +0200 Subject: Context record sheet: fix operation link display --- .../templates/ishtar/sheet_contextrecord.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_context_records') diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index 29e45d3a9..72e79dadc 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -92,7 +92,7 @@

{% trans "Localisation"%}

{{ item.operation.towns.all|join:", " }}

-{{ item.operation }}

+{{ item.operation }}

{% else %}

{% endif %} -- cgit v1.2.3