diff --git a/templates/mod/users.html b/templates/mod/users.html index 6f42ce2a..4f02c524 100644 --- a/templates/mod/users.html +++ b/templates/mod/users.html @@ -47,10 +47,10 @@ {% endif %} - {% if mod|hasPermission(config.mod.promoteusers) and user.type < constant(config.mod.groups[0:-1]|last) %} + {% if mod|hasPermission(config.mod.promoteusers) and user.type < constant(config.mod.groups[0:-1]|last|upper) %} {% endif %} - {% if mod|hasPermission(config.mod.promoteusers) and user.type > constant(config.mod.groups|first) %} + {% if mod|hasPermission(config.mod.promoteusers) and user.type > constant(config.mod.groups|first|upper) %} {% endif %} {% if mod|hasPermission(config.mod.modlog) %}