forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-08-31 22:20:01 +02:00
parent a9eac65726
commit fcf9e1486b
1 changed files with 14 additions and 14 deletions

View File

@ -533,6 +533,7 @@
<input type="submit" class="btn btn-danger" value="Remove User's Content">
</form>
{% endif %}
{% endif %}
<pre></pre>
<p>User ID: {{u.id}}</p>
{% if v.admin_level > 1 %}
@ -549,7 +550,6 @@
{% if u.is_suspended %}
<p>Banned by: <a href="{{u.banned_by.url}}">@{{u.banned_by.username}}</a></p>
{% endif %}
{% endif %}