Files
Diarios-Oficiais-ALEMS/diarios_oficiais_alems/templates/allauth/elements/alert.html

8 lines
110 B
HTML
Raw Normal View History

2025-03-06 12:10:17 -03:00
{% load i18n %}
{% load allauth %}
<div class="alert alert-error">
{% slot message %}
{% endslot %}
</div>