mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-04 06:06:19 +01:00
[FIX] Attribuite name and mandatory alt attribute added
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user