[FIX] Semantic headline order

This commit is contained in:
Peter Pfeufer 2023-12-11 10:26:08 +01:00
parent de12b49527
commit 234191218a
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -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>