diff --git a/management/templates/management/_nav_items.html b/management/templates/management/_nav_items.html index dc7e5c2..8b93074 100644 --- a/management/templates/management/_nav_items.html +++ b/management/templates/management/_nav_items.html @@ -18,16 +18,14 @@
  • {% lucide "users" size=16 %} {% trans "Members" %}
  • {% if is_club_admin %}
  • {% lucide "wallet" size=16 %} {% trans "Memberships" %}
  • -{% endif %} - -{% if is_club_admin %} - -
  • {% lucide "tags" size=16 %} {% trans "Positions" %}
  • {% lucide "shield-check" size=16 %} {% trans "Roles" %}
  • {% endif %}
  • {% lucide "shirt" size=16 %} {% trans "Teams" %}
  • +{% if is_club_admin %} +
  • {% lucide "tags" size=16 %} {% trans "Positions" %}
  • +{% endif %}
  • {% lucide "newspaper" size=16 %} {% trans "News" %}