forked from MarseyWorld/MarseyWorld
fix mobile template
parent
d9cc95dd71
commit
2d66363fed
|
@ -662,7 +662,7 @@
|
||||||
</div>
|
</div>
|
||||||
<pre></pre>
|
<pre></pre>
|
||||||
<pre></pre>
|
<pre></pre>
|
||||||
{% if v.admin_level >= PERMS['USER_BAN']}
|
{% if v.admin_level >= PERMS['USER_BAN'] %}
|
||||||
{% if u.is_suspended %}
|
{% if u.is_suspended %}
|
||||||
<form action="/unban_user/{{u.id}}" method="post">
|
<form action="/unban_user/{{u.id}}" method="post">
|
||||||
<input type="hidden" name="formkey", value="{{v.formkey}}">
|
<input type="hidden" name="formkey", value="{{v.formkey}}">
|
||||||
|
|
Loading…
Reference in New Issue