Learning-Management-System/backend/lms/templates/allauth/elements/alert.html
2025-01-22 11:23:14 +00:00

7 lines
110 B
HTML

{% load i18n %}
{% load allauth %}
<div class="alert alert-error">
{% slot message %}
{% endslot %}
</div>