Skip to content
Snippets Groups Projects
Verified Commit 9a17d13e authored by ornanovitch's avatar ornanovitch
Browse files

accout profiles: body for everybody

parent f24eb364
No related branches found
No related tags found
1 merge request!24Admin lte3 corrections
......@@ -15,6 +15,7 @@
<h5>{{ profile.comment or "No profile description" }}</h5>
</div>
<div class="card-body p-0">
<div class="py-2 px-3">{{ macros.profile_status(profile) }}</div>
<ul class="nav flex-column nav-pills">
{% if not service.single_profile %}
{% if service.policy in ("open", "burst") and profile.__class__.filter(service, current_user).count() < service.max_profiles %}
......@@ -62,9 +63,6 @@
{% endfor %}
</ul>
</div>
<div class="card-footer py-2 px-3">
<div>{{ macros.profile_status(profile) }}</div>
</div>
</div>
</div>
{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment