views: Fix alignment of close button in error messages

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2024-03-11 14:37:01 -07:00 committed by James Valleroy
parent 6e557dd1e9
commit 5b299068a8
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -5,7 +5,7 @@
{% load i18n %}
{% for message in messages %}
<div class='alert alert-{{ message.tags }} alert-dismissable'>
<div class='alert alert-{{ message.tags }} alert-dismissible'>
{{ message }}
<button type="button" class="close" data-dismiss="alert"
aria-label="{% trans "Close" %}">