aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/templates/allauth/elements/alert.html
blob: 535d3949e9284f10ad0012a9f7e0444c326b52b2 (plain) (blame)
1
2
3
4
5
6
7
{% load i18n %}
{% load allauth %}

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