fix 500 error

pull/232/head
Aevann 2024-08-03 21:03:39 +03:00
parent d326d7fc77
commit 5e064f8bd6
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
{% if hole %}
<br>
{% if v and (v.mods_hole(hole.name) or v.admin_level >= PERMS["CHANGE_ALL_HOLE_SETTINGS"]) %}
{% if v and v.mods_hole(hole.name) %}
<a class="btn btn-primary btn-block mb-3 text-uppercase" style="font-size: 0.87rem" href="/h/{{hole}}/settings">/h/{{hole}} SETTINGS</a>
{% endif %}