From 9a17d13e2be8c62d17a8834be2b8cc3f691dc9cd Mon Sep 17 00:00:00 2001 From: ornanovitch <ornano@felinn.org> Date: Thu, 5 Aug 2021 12:48:20 +0200 Subject: [PATCH] accout profiles: body for everybody --- hiboo/account/templates/account_profiles.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hiboo/account/templates/account_profiles.html b/hiboo/account/templates/account_profiles.html index 6fad79e3..052070a5 100644 --- a/hiboo/account/templates/account_profiles.html +++ b/hiboo/account/templates/account_profiles.html @@ -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 %} -- GitLab