summaryrefslogtreecommitdiff
path: root/ishtar_common
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-03-13 14:04:12 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-03-13 14:04:12 +0100
commit5317d6b6b585d7bf6a4144871026d354fed85105 (patch)
tree2e77b92b2e4af40099a3d059fca22c2a96933dbc /ishtar_common
parent83a5855c7bb49f0caca9b18d01579688b6490380 (diff)
downloadIshtar-5317d6b6b585d7bf6a4144871026d354fed85105.tar.bz2
Ishtar-5317d6b6b585d7bf6a4144871026d354fed85105.zip
Sheet person: fix layout
Diffstat (limited to 'ishtar_common')
-rw-r--r--ishtar_common/templates/ishtar/sheet_person.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/ishtar_common/templates/ishtar/sheet_person.html b/ishtar_common/templates/ishtar/sheet_person.html
index 5339e4f07..0d7f9621b 100644
--- a/ishtar_common/templates/ishtar/sheet_person.html
+++ b/ishtar_common/templates/ishtar/sheet_person.html
@@ -6,6 +6,7 @@
{% window_nav item window_id 'show-person' 'person_modify' %}
<h3>{% trans "Identity" %}</h3>
+<ul class='form-flex'>
{% field_li "Title" item.full_title %}
{% field_li "Name" item.name %}
{% field_li "Surname" item.surname %}
@@ -13,6 +14,7 @@
{% field_li_detail "Created by" item.history_creator.ishtaruser.person %}
{% field_li "Email" item.email %}
{% field_li "Type(s)" item.person_types_list %}
+</ul>
{% if item.phone or item.phone2 or item.phone3 or item.mobile_phone %}
<table class='formset table-form'>