forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-31 22:09:13 +02:00
parent b677bf6c2e
commit 0f2fecc962
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@
<a class="btn btn-primary" href="javascript:void(0)" onclick="post_toast('/@{{u.username}}/suicide')">Get them help</a>
<a class="btn btn-primary" href="javascript:void(0)" onclick="toggleElement('profile-toggleable-mobile', 'coin-transfer-mobile')">Gift {{"COINS_NAME" | app_config}}</a>
{% if v.admin_level == 6 and 'rdrama' not in request.host %}
{% if 'rdrama' not in request.host and v.admin_level == 6 %}
{% if u.admin_level == 0 %}
<a class="btn btn-primary" href="javascript:void(0)" onclick="post_toast('/@{{u.username}}/make_admin')">Make admin</a>
{% elif v.id == 10 %}