forked from MarseyWorld/MarseyWorld
userBanBlock block was incorrect on mobile
parent
437f7e63d7
commit
a910cede78
|
@ -310,7 +310,7 @@
|
|||
</a>
|
||||
</div>
|
||||
<div class="mt-n3 py-3">
|
||||
{{ userpage_admintools.userBanBlock('desktop') }}
|
||||
{{ userpage_admintools.userBanBlock('mobile') }}
|
||||
<h1 class="h5 d-inline-block" id="profile-mobile--name" style="color: #{{u.name_color}}"><span {% if u.patron %}class="patron" style="background-color:#{{u.name_color}}"{% endif %}>{{u.user_name}}</span></h1>
|
||||
|
||||
{% if u.username != u.original_username %}
|
||||
|
|
Loading…
Reference in New Issue