From 26fd95c723cec410e179362f2c86ea1e7b527e3d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 12 May 2014 22:57:10 +0200 Subject: Fix created by fields on sheets (refs #1590) --- ishtar_common/templates/ishtar/sheet_organization.html | 1 + ishtar_common/templates/ishtar/sheet_person.html | 1 + 2 files changed, 2 insertions(+) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/ishtar/sheet_organization.html b/ishtar_common/templates/ishtar/sheet_organization.html index e58d84887..c5f01b96a 100644 --- a/ishtar_common/templates/ishtar/sheet_organization.html +++ b/ishtar_common/templates/ishtar/sheet_organization.html @@ -10,6 +10,7 @@
{%trans "Export as:"%} {%trans "OpenOffice.org file"%}, {%trans "PDF file"%}

{{item.name}}

+

{{ item.history_creator.ishtaruser.full_label }}

{% if item.address %}

{{item.address}}

{% endif %} {% if item.address_complement %}

{{item.address_complement}}

{% endif %} {% if item.postal_code %}

{{item.postal_code}}

{% endif %} diff --git a/ishtar_common/templates/ishtar/sheet_person.html b/ishtar_common/templates/ishtar/sheet_person.html index 1fc31ac23..b6bf99d56 100644 --- a/ishtar_common/templates/ishtar/sheet_person.html +++ b/ishtar_common/templates/ishtar/sheet_person.html @@ -11,6 +11,7 @@

{{item.name}}

{{item.surname}}

+

{{ item.history_creator.ishtaruser.full_label }}

{% if item.email %}

{{item.email}}

{% endif %}

{{item.person_types_list}}

{% if item.address %}

{{item.address}}

{% endif %} -- cgit v1.2.3