remotes/1693045480750635534/spooky-22
Aevann1 2022-01-18 15:05:50 +02:00
parent cdac52ca8d
commit 33ebb23846
1 changed files with 2 additions and 0 deletions

View File

@ -280,6 +280,7 @@
<input autocomplete="off" type="hidden" name="user" value="{{u.username}}">
<input autocomplete="off" type="submit" class="btn btn-success" value="Approve User's Content">
</form>
<pre></pre>
<form action="/admin/nuke_user" method="post">
<input autocomplete="off" type="hidden" name="formkey", value="{{v.formkey}}">
<input autocomplete="off" type="hidden" name="user" value="{{u.username}}">
@ -287,6 +288,7 @@
</form>
<pre></pre>
<button id="grant2" class="{% if u.paid_dues %}d-none{% endif %} btn btn-success" onclick="post_toast2('/@{{u.username}}/club_allow','grant2','bar2')">Grant club access</button>
<pre></pre>
<button id="bar2" class="{% if u.club_allowed == False %}d-none{% endif %} btn btn-danger" onclick="post_toast2('/@{{u.username}}/club_ban','grant2','bar2')">Bar from club</button>
{% endif %}
<pre></pre>