{% extends "socialaccount/base_entrance.html" %} {% load i18n %} {% load allauth %} {% block head_title %} {% trans "Social Network Login Failure" %} {% endblock head_title %} {% block content %} {% element h1 %} {% trans "Social Network Login Failure" %} {% endelement %}

{% trans "An error occurred while attempting to login via your social network account." %}

{% endblock content %}