mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-14 15:00:16 +02:00
[FIX] Semantic headline order
This commit is contained in:
parent
de12b49527
commit
234191218a
@ -5,7 +5,7 @@
|
|||||||
<h4 class="card-title text-center">{% translate "Membership" %}</h4>
|
<h4 class="card-title text-center">{% translate "Membership" %}</h4>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div style="height: 300px; overflow-y:auto;">
|
<div style="height: 300px; overflow-y:auto;">
|
||||||
<h6 class="text-center">{% translate "State:" %} {{ request.user.profile.state }}</h6>
|
<h5 class="text-center">{% translate "State:" %} {{ request.user.profile.state }}</h5>
|
||||||
<table class="table">
|
<table class="table">
|
||||||
{% for group in groups %}
|
{% for group in groups %}
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user