From cc60b26f5ac9ced250820d758929815335c0e1df Mon Sep 17 00:00:00 2001 From: Aaron Kable Date: Wed, 12 Oct 2022 17:57:12 +0800 Subject: [PATCH] add token management link to user dropdown --- .../templates/allianceauth/top-menu-user-dropdown.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/allianceauth/templates/allianceauth/top-menu-user-dropdown.html b/allianceauth/templates/allianceauth/top-menu-user-dropdown.html index 61c6ee39..7ae46150 100644 --- a/allianceauth/templates/allianceauth/top-menu-user-dropdown.html +++ b/allianceauth/templates/allianceauth/top-menu-user-dropdown.html @@ -53,6 +53,9 @@ {% if user.is_authenticated %} +
  • {% translate "Token Management" %}
  • + +
  • {% translate "Logout" %}
  • {% else %}
  • {% translate "Login" %}