make play key perms make sense

adjust GM level 1 name and some related displays
This commit is contained in:
aronwk-aaron
2022-11-28 18:48:28 -06:00
parent 4aff169967
commit 19f38b379e
4 changed files with 10 additions and 10 deletions

View File

@@ -46,7 +46,7 @@
<a id='property-index' class='nav-link' href='{{ url_for('properties.index') }}'>Properties</a>
{% endif %}
{% if current_user.is_authenticated and current_user.gm_level == 9 and config.REQUIRE_PLAY_KEY %}
{% if current_user.is_authenticated and current_user.gm_level >= 5 and config.REQUIRE_PLAY_KEY %}
{# Play Keys #}
<a id='play_keys-index' class='nav-link' href='{{ url_for('play_keys.index') }}'>Play Keys</a>
{% endif %}

View File

@@ -14,7 +14,7 @@
{% if gm_level==0 %}
Player
{% elif gm_level==1 %}
Key Distributor
Elevevated Civilan {# Unused #}
{% elif gm_level==2 %}
Junior Moderator
{% elif gm_level==3 %}