[CHANGE] Auth menu for public pages

This commit is contained in:
Peter Pfeufer
2024-01-16 20:00:53 +01:00
parent dd3ef41396
commit f8fbbb5ba7
4 changed files with 36 additions and 22 deletions

View File

@@ -0,0 +1,3 @@
{% load static %}
<img src="{% static 'allianceauth/images/auth-logo.svg' %}" width="{{ logo_width|default:"128px" }}" height="{% if logo_height %}{{ logo_ }}{% else %}{{ logo_width|default:"128px" }}{% endif %}" alt="{{ SITE_NAME }}">