summaryrefslogtreecommitdiff
path: root/ishtar_common
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-01-22 10:10:22 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-01-22 10:10:22 +0100
commit6b76fc785ae2a39561d330b6d5fdebb6697bf52b (patch)
tree3c7356d84473619a699a0b414ad11dfdb5f2a663 /ishtar_common
parent781d7824ca939d3794d3ab098ea8a2311fc2c643 (diff)
downloadIshtar-6b76fc785ae2a39561d330b6d5fdebb6697bf52b.tar.bz2
Ishtar-6b76fc785ae2a39561d330b6d5fdebb6697bf52b.zip
Small fix on sheets
Diffstat (limited to 'ishtar_common')
-rw-r--r--ishtar_common/templates/ishtar/sheet_organization.html5
-rw-r--r--ishtar_common/templates/ishtar/sheet_person.html2
2 files changed, 4 insertions, 3 deletions
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 %}<strong>{% trans "Organization" %}</strong> - {{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 %}
</div>
+<h3>{%trans "Person in the organization"%}</h3>
+
<table class='table table-striped'>
- <caption>{%trans "Person in the organization"%}</caption>
<tr>
<th>{% trans "Name" %}</th>
<th>{% trans "Surname" %}</th>
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 %}<strong>{% trans "Person"%}</strong> - {{item}}{% endblock %}
{% block toolbar %}
{% window_nav item window_id 'show-person' 'person_modify' %}