diff --git a/app/templates/partials/_account.html.j2 b/app/templates/partials/_account.html.j2 index 78e9d63..73bffcf 100644 --- a/app/templates/partials/_account.html.j2 +++ b/app/templates/partials/_account.html.j2 @@ -116,7 +116,7 @@ {% endif %} - {% if account_data.play_key and current_user.gm_level > 3 and config.REQUIRE_PLAY_KEY %} + {% if account_data.play_key and config.REQUIRE_PLAY_KEY %}
@@ -133,26 +133,28 @@ {{ account_data.play_key.key_string }}
-
-
- Uses Left: + {% if current_user.gm_level > 3 %} +
+
+ Uses Left: +
+
+ {{ account_data.play_key.key_uses }} +
-
- {{ account_data.play_key.key_uses }} +
+
+ Active: +
+
+ {% if account_data.active %} +
+ {% else %} +
+ {% endif %} +
-
-
-
- Active: -
-
- {% if account_data.active %} -
- {% else %} -
- {% endif %} -
-
+ {% endif %} {% endif %} {% if current_user.id != account_data.id and current_user.gm_level > 3 %}