Team links

This commit is contained in:
Pascal Engélibert
2023-04-19 15:56:53 +02:00
parent 181a650191
commit 721110c954
2 changed files with 131 additions and 114 deletions

View File

@ -13,9 +13,9 @@
{% endif %}
</div>
</div>
{% if description %}
{% if body %}
<div class="team_box-bottom">
<p class="team_box-description">{{description|safe}}</p>
<p class="team_box-description">{{body|safe}}</p>
</div>
{% endif %}
</div>