From 9277ed4dbc77b6c70bb1f1420f9b5c3b33174ceb Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 22 Jun 2016 12:02:48 +0200 Subject: Add link to modify sources in the sheet --- ishtar_common/templates/ishtar/sheet_person.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/templates/ishtar/sheet_person.html') diff --git a/ishtar_common/templates/ishtar/sheet_person.html b/ishtar_common/templates/ishtar/sheet_person.html index f63bbc588..90b65b72c 100644 --- a/ishtar_common/templates/ishtar/sheet_person.html +++ b/ishtar_common/templates/ishtar/sheet_person.html @@ -2,7 +2,7 @@ {% load i18n window_field window_tables %} {% block header_title %}

{% trans "Person"%}

{% endblock %} -{% block toolbar %}{% include "ishtar/sheet_toolbar.html" %}{% endblock %} +{% block toolbar %}{% with current_action='person_modification' %}{% include "ishtar/sheet_toolbar.html" %}{% endwith %}{% endblock %} {% block content %}

{% trans "Identity" %}

-- cgit v1.2.3