From 4ec2567d3dbceb4142431b5c4feaeba7e08d65a9 Mon Sep 17 00:00:00 2001 From: Valérie-Emma Leroux Date: Thu, 9 Mar 2017 15:23:07 +0100 Subject: Sheets: remove title from Created by field --- ishtar_common/templates/ishtar/sheet_organization.html | 2 +- ishtar_common/templates/ishtar/sheet_person.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ishtar_common/templates/ishtar/sheet_organization.html b/ishtar_common/templates/ishtar/sheet_organization.html index 1f4bd77b7..66048095b 100644 --- a/ishtar_common/templates/ishtar/sheet_organization.html +++ b/ishtar_common/templates/ishtar/sheet_organization.html @@ -6,7 +6,7 @@ {% block content %} {% window_nav item window_id 'show-organization' 'organization_modify' %}

{{item.name}}

-

{{ item.history_creator.ishtaruser.full_label }}

+

{{ item.history_creator.ishtaruser.person }}

{% 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 bcf39c363..e2df2120a 100644 --- a/ishtar_common/templates/ishtar/sheet_person.html +++ b/ishtar_common/templates/ishtar/sheet_person.html @@ -10,7 +10,7 @@ {% field "Name" item.name %} {% field "Surname" item.surname %} {% field "Raw name" item.raw_name %} -{% field "Created by" item.history_creator.ishtaruser.full_label %} +{% field "Created by" item.history_creator.ishtaruser.person %} {% field "Email" item.email %} {% field "Type(s)" item.person_types_list %} -- cgit v1.2.3