{% extends "socialaccount/base.html" %} {% load i18n %} {% block title %}{% trans "Social Network Login Failure" %}{% endblock %} {% block body_outer %}

{% trans "Social Network Login Failure" %}

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

{% trans "Code" %}:{{ auth_error.code }}, {% trans "Error" %}: {{ auth_error.exception }} {% endblock %}