mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
Fixed basic rename issue
This commit is contained in:
parent
55b3e09cec
commit
7b38b8fcd1
@ -43,7 +43,7 @@
|
||||
<div class="panel-body">
|
||||
<div style="height: 300px;overflow:-moz-scrollbars-vertical;overflow-y:auto;">
|
||||
<table class="table table-striped">
|
||||
{% for char in user.groups.all %}
|
||||
{% for group in user.groups.all %}
|
||||
<tr>
|
||||
<td>
|
||||
<p class="">{{ group.name }}</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user