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 %}