forked from MarseyWorld/MarseyWorld
end if
parent
a910cede78
commit
1f996662d4
|
@ -31,6 +31,7 @@
|
||||||
{% if v.admin_level >= PERMS['ADMIN_ACTIONS_REVERT'] and u.admin_level %}
|
{% if v.admin_level >= PERMS['ADMIN_ACTIONS_REVERT'] and u.admin_level %}
|
||||||
<a class="btn btn-danger" role="button" onclick="post_toast(this,'/@{{u.username}}/revert_actions')">Revert admin actions</a>
|
<a class="btn btn-danger" role="button" onclick="post_toast(this,'/@{{u.username}}/revert_actions')">Revert admin actions</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% endif %}
|
||||||
{%- endmacro %}
|
{%- endmacro %}
|
||||||
|
|
||||||
{% macro userAdminToolsLower(deviceType) -%}
|
{% macro userAdminToolsLower(deviceType) -%}
|
||||||
|
|
Loading…
Reference in New Issue