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