profile-cell: move div content wrapper after cell title (#52968)

This commit is contained in:
Thomas Jund 2021-04-12 15:40:23 +02:00 committed by Frédéric Péters
parent 98379eb839
commit 41f1e52ce0
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{% load i18n %}
{% block cell-content %}
<div class="profile">
<h2>{% trans "Profile" %}</h2>
<div class="profile">
{% for key, details in profile_fields.items %}
{% if details.value and details.user_visible %}
<p><span class="label">{{ details.label }}</span> <span class="value">{{ details.value }}</span></p>