mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 11:52:38 +02:00
chore: make djlint happy
This commit is contained in:
parent
a3baf82b7b
commit
359b0b41ca
2 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue