From 4914a8ddf9e657b8253b78063cd65acc44eb7988 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 10 Jan 2014 16:22:48 +0100 Subject: Fix administrativ act window --- .../templates/ishtar/sheet_administrativeact.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/archaeological_operations/templates/ishtar/sheet_administrativeact.html b/archaeological_operations/templates/ishtar/sheet_administrativeact.html index 5e80b3f75..e44dc4aea 100644 --- a/archaeological_operations/templates/ishtar/sheet_administrativeact.html +++ b/archaeological_operations/templates/ishtar/sheet_administrativeact.html @@ -9,9 +9,8 @@ {% block content %}
{%trans "Export as:"%} {%trans "OpenOffice.org file"%}, {%trans "PDF file"%}

{% trans "General"%}

-

-

{{ item.year }}{% if item.numeric_reference %} {{ item.numeric_reference }}

{% endif %} -

+

{{ item.year }}

+{% if item.index %}

{{ item.index }}

{% endif %}

{{ item.act_type }}

{{ item.signature_date }}

{{ item.in_charge.full_label }}

-- cgit v1.2.3