Michael Beck 5e98a0ba47 init
2025-02-22 16:55:41 +01:00

7 lines
250 B
HTML

{% if error %}
<div class="alert alert-danger alert-dismissible fade show mt-3" role="alert">
<strong>Error:</strong> {{ error }}
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
</div>
{% endif %}