dont lazyload an image

pull/208/head
Aevann 2023-09-25 06:43:42 +03:00
parent ca8d97788e
commit db7a257ba4
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{% block pagetype %}message-success{% endblock %}
{% block content %}
<div class="text-center py-6 py-md-8">
<img class="mb-3" alt=":#marseyparty:" loading="lazy" src="{{SITE_FULL_IMAGES}}/e/marseyparty.webp">
<img class="mb-3" alt=":#marseyparty:" src="{{SITE_FULL_IMAGES}}/e/marseyparty.webp">
<div class="font-weight-bold text-muted mb-4">{{title}}</div>
<p class="text-muted">{{message}}</p>
</div>