chore: make djlint happy

This commit is contained in:
Yohan Boniface 2025-01-30 09:45:56 +01:00
parent a3baf82b7b
commit 359b0b41ca
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@
{% for name in providers %} {% for name in providers %}
<li class="login-grid"> <li class="login-grid">
{% with "umap/img/providers/"|add:name|add:".png" as path %} {% with "umap/img/providers/"|add:name|add:".png" as path %}
<img src="{% static path %}" alt="{{ name }}" /> <img src="{% static path %}" width="92px" height="92px" alt="{{ name }}" />
{% endwith %} {% endwith %}
</li> </li>
{% endfor %} {% endfor %}

View file

@ -3,6 +3,6 @@
class="umap-login-popup" class="umap-login-popup"
title="{{ name|title }}"> title="{{ name|title }}">
{% with "umap/img/providers/"|add:name|add:".png" as path %} {% with "umap/img/providers/"|add:name|add:".png" as path %}
<img src="{% static path %}" alt="{{name}}" /> <img src="{% static path %}" width="92px" height="92px" alt="{{ name }}" />
{% endwith %} {% endwith %}
</a> </a>