{% extends "socialaccount/base.html" %} {% load i18n %} {% block title %}{% trans "Social Network Login Failure" %}{% endblock %} {% block body_outer %}
{% trans "An error occurred while attempting to login via your social network account." %}
Code:{{ auth_error.code }}, Error {{ auth_error.exception }} {% endblock %}