mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 16:24:24 +00:00
female icon for woman in person_layout
This commit is contained in:
parent
c2b652fdf9
commit
799616bfa2
@ -14,7 +14,12 @@
|
||||
<div id="general" class="parent">
|
||||
<div class="grid-8">
|
||||
<h1>
|
||||
<i class="fa fa-male"></i> {{ person.surname }} {{ person.name }} {% spaceless %}
|
||||
{% if person.genre == "woman" %}
|
||||
<i class="fa fa-female"></i>
|
||||
{% else %}
|
||||
<i class="fa fa-male"></i>
|
||||
{% endif %}
|
||||
{{ person.surname }} {{ person.name }} {% spaceless %}
|
||||
{% if not person.isOpen %}
|
||||
<i class="fa fa-lock"></i>
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user