From 6b76fc785ae2a39561d330b6d5fdebb6697bf52b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 22 Jan 2018 10:10:22 +0100 Subject: Small fix on sheets --- ishtar_common/templates/ishtar/sheet_organization.html | 5 +++-- ishtar_common/templates/ishtar/sheet_person.html | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'ishtar_common') diff --git a/ishtar_common/templates/ishtar/sheet_organization.html b/ishtar_common/templates/ishtar/sheet_organization.html index 483a97ef1..37f7a76ce 100644 --- a/ishtar_common/templates/ishtar/sheet_organization.html +++ b/ishtar_common/templates/ishtar/sheet_organization.html @@ -1,7 +1,7 @@ {% extends "ishtar/sheet.html" %} {% load i18n window_header window_field window_tables %} -{% block head_title %}{% trans "Organization:" %} {{item.name}}{% endblock %} +{% block head_title %}{% trans "Organization" %} - {{item.name}}{% endblock %} {% block toolbar %} {% window_nav item window_id 'show-organization' 'organization_modify' %} @@ -16,8 +16,9 @@ {% field_flex "Mobile phone" item.mobile_phone %} +

{%trans "Person in the organization"%}

+ - diff --git a/ishtar_common/templates/ishtar/sheet_person.html b/ishtar_common/templates/ishtar/sheet_person.html index b9a7055b8..d6cee2e61 100644 --- a/ishtar_common/templates/ishtar/sheet_person.html +++ b/ishtar_common/templates/ishtar/sheet_person.html @@ -1,7 +1,7 @@ {% extends "ishtar/sheet.html" %} {% load i18n window_field window_tables window_header %} -{% block head_title %}{% trans "Person:"%} {{item}}{% endblock %} +{% block head_title %}{% trans "Person"%} - {{item}}{% endblock %} {% block toolbar %} {% window_nav item window_id 'show-person' 'person_modify' %} -- cgit v1.2.3
{%trans "Person in the organization"%}
{% trans "Name" %} {% trans "Surname" %}