diff options
Diffstat (limited to 'templates/messages/unauthorized.html')
| -rw-r--r-- | templates/messages/unauthorized.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/messages/unauthorized.html b/templates/messages/unauthorized.html index 80c1132..5410d1f 100644 --- a/templates/messages/unauthorized.html +++ b/templates/messages/unauthorized.html @@ -3,7 +3,7 @@ {% block content %} <div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 py-8 flex flex-col justify-center"> - <img src="{% static 'images/gun_point.gif' %}" alt="gun point" class="w-full lg:w-1/2 h-auto mx-auto"/> + <img loading="lazy" src="{% static 'images/gun_point.gif' %}" alt="gun point" class="w-full lg:w-1/2 h-auto mx-auto"/> <h1 class="text-2xl font-bold text-center mt-4"> {% if not error %} Hold it right there! Are you allowed to be here? |
