diff --git a/allianceauth/menu/templates/menu/menu-logo.html b/allianceauth/menu/templates/menu/menu-logo.html new file mode 100644 index 00000000..0d128722 --- /dev/null +++ b/allianceauth/menu/templates/menu/menu-logo.html @@ -0,0 +1,4 @@ +{% load static %} +
{{ main.corporation_name }}
+ {% if main.alliance_id %} +{{ main.alliance_name }}
+ {% elif main.faction_id %} +{{ main.faction_name }}
+ {% endif %} + {% endwith %} +