From e27550b8a4bed0dd60c34f6bc554a7be7fd88e10 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 17 Jan 2014 14:07:18 +0100 Subject: Improve ref display on administrativ acts (refs #1621) --- archaeological_operations/templates/ishtar/sheet_administrativeact.html | 1 + 1 file changed, 1 insertion(+) (limited to 'archaeological_operations/templates') diff --git a/archaeological_operations/templates/ishtar/sheet_administrativeact.html b/archaeological_operations/templates/ishtar/sheet_administrativeact.html index da80f6747..2cceb0222 100644 --- a/archaeological_operations/templates/ishtar/sheet_administrativeact.html +++ b/archaeological_operations/templates/ishtar/sheet_administrativeact.html @@ -11,6 +11,7 @@

{% trans "General"%}

{{ item.year }}

{% if item.index %}

{{ item.index }}

{% endif %} +{% if item.ref_sra %}

{{ item.ref_sra }}

{% endif %}

{{ item.act_type }}

{{ item.signature_date }}

{{ item.in_charge.full_label }}

-- cgit v1.2.3