From 4910072c29e064ff743ecd8affb7418a735a5e5d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 28 Oct 2013 02:28:08 +0100 Subject: Better title for sheets (refs #1372) --- ishtar_common/templates/ishtar/sheet_person.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ishtar_common/templates/ishtar') diff --git a/ishtar_common/templates/ishtar/sheet_person.html b/ishtar_common/templates/ishtar/sheet_person.html index 61b87654d..88fe59f41 100644 --- a/ishtar_common/templates/ishtar/sheet_person.html +++ b/ishtar_common/templates/ishtar/sheet_person.html @@ -1,10 +1,14 @@ {% extends "ishtar/sheet.html" %} {% load i18n %} + +{% block head_sheet %} +{{block.super}} +

{% trans "Person"%}

+{% endblock %} + {% block content %}
{%trans "Export as:"%} {%trans "OpenOffice.org file"%}, {%trans "PDF file"%}
-

{% trans "Person"%}

-

{{item.name}}

{{item.surname}}

{% if item.email %}

{{item.email}}

{% endif %} -- cgit v1.2.3