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