[FIX] Attribuite name and mandatory alt attribute added

This commit is contained in:
Peter Pfeufer
2024-01-16 19:36:54 +01:00
parent d5fda05dc9
commit dd3ef41396

View File

@@ -1,4 +1,5 @@
{% load static %}
<div class="align-items-center text-center">
<img src="{% static 'allianceauth/images/auth-logo.svg' %}" widht="128px" height="128px">
<img src="{% static 'allianceauth/images/auth-logo.svg' %}" width="128px" height="128px" alt="{{ SITE_NAME }}">
</div>