From d66bdee575f78f44f57d4dd35fcc62a26995a5f6 Mon Sep 17 00:00:00 2001 From: Aaron Kimbre Date: Sun, 3 Apr 2022 13:57:55 -0500 Subject: [PATCH] fix item sowing for all users --- app/templates/header.html.j2 | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/app/templates/header.html.j2 b/app/templates/header.html.j2 index a801b4f..8284fc6 100644 --- a/app/templates/header.html.j2 +++ b/app/templates/header.html.j2 @@ -80,16 +80,18 @@ {% endif %} {% if current_user.is_authenticated %} - + {% if current_user.gm_level == 0 %} + + {% endif %} {# About always right most #} - About + About {% endif %}