Learning-Management-System/lms/templates/allauth/elements/alert.html
Ahmed Nagi e58c9c1f71 Update
2025-01-10 19:54:55 +02:00

7 lines
110 B
HTML

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