diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-04-08 14:50:16 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-04-15 21:54:18 +0200 |
| commit | ddf0a983dee94b848502be3a8d09907acdcfd26a (patch) | |
| tree | f3fa77fb457d24b628b2fb2399467b4d26a2902f /ishtar_common/templates/ishtar/sheet_person.html | |
| parent | e56df542c06cfc534b74d38f7068e398422f635c (diff) | |
| download | Ishtar-ddf0a983dee94b848502be3a8d09907acdcfd26a.tar.bz2 Ishtar-ddf0a983dee94b848502be3a8d09907acdcfd26a.zip | |
Modify a person from his sheet
Diffstat (limited to 'ishtar_common/templates/ishtar/sheet_person.html')
| -rw-r--r-- | ishtar_common/templates/ishtar/sheet_person.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/ishtar_common/templates/ishtar/sheet_person.html b/ishtar_common/templates/ishtar/sheet_person.html index 5027026c5..f63bbc588 100644 --- a/ishtar_common/templates/ishtar/sheet_person.html +++ b/ishtar_common/templates/ishtar/sheet_person.html @@ -1,14 +1,10 @@ {% extends "ishtar/sheet.html" %} {% load i18n window_field window_tables %} -{% block head_sheet %} -{{block.super}} -<h1>{% trans "Person"%}</h1> -{% endblock %} +{% block header_title %}<h1>{% trans "Person"%}</h1>{% endblock %} +{% block toolbar %}{% include "ishtar/sheet_toolbar.html" %}{% endblock %} {% block content %} -<div class='tool'>{%trans "Export as:"%} <a href='{% url show-person item.pk "odt" %}'>{%trans "OpenOffice.org file"%}</a>, <a href='{% url show-person item.pk "pdf" %}'>{%trans "PDF file"%}</a></div> - <h3>{% trans "Identity" %}</h3> {% field "Name" item.name %} |
