diff options
Diffstat (limited to 'pyblackbird_cc/templates/allauth/elements/alert.html')
-rw-r--r-- | pyblackbird_cc/templates/allauth/elements/alert.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/pyblackbird_cc/templates/allauth/elements/alert.html b/pyblackbird_cc/templates/allauth/elements/alert.html deleted file mode 100644 index 535d394..0000000 --- a/pyblackbird_cc/templates/allauth/elements/alert.html +++ /dev/null @@ -1,7 +0,0 @@ -{% load i18n %} -{% load allauth %} - -<div class="alert alert-error"> - {% slot message %} -{% endslot %} -</div> |