django-allauth-ens/allauth_ens/templates/socialaccount/authentication_error.html

18 lines
377 B
HTML
Raw Normal View History

{% extends "allauth_ens/base.html" %}
{% load i18n %}
{% block title %}{% trans "Login Failure" %}{% endblock %}
{% block header-title %}{% trans "Login Failure" %}{% endblock %}
{% block content %}
<section>
<p>
{% blocktrans %}
An error occured while attempting to login via your social network account.
{% endblocktrans %}
</p>
</section>
{% endblock %}