mirror of
https://github.com/partitioncloud/partitioncloud-server.git
synced 2025-01-23 17:26:26 +01:00
Fix wrong username in partition details
This commit is contained in:
parent
85fd8d8228
commit
eaaf4a979a
@ -14,9 +14,9 @@
|
|||||||
<td>
|
<td>
|
||||||
{% if user is not none %}
|
{% if user is not none %}
|
||||||
<div class="user-profile"><!-- Completely messy html for this -->
|
<div class="user-profile"><!-- Completely messy html for this -->
|
||||||
<div class="table-username">{{ user.username }}</div>
|
<div class="table-username">{{ partition_user.username }}</div>
|
||||||
<div class="user-profile-picture" style="background-color:{{ user.color }};" title="{{ user.username }}">
|
<div class="user-profile-picture" style="background-color:{{ partition_user.color }};" title="{{ partition_user.username }}">
|
||||||
{{ user.username[0] | upper }}
|
{{ partition_user.username[0] | upper }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
Loading…
Reference in New Issue
Block a user