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

{% trans "Social Network Login Failure" %}

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

{% if debug %}

Error messages are:

        {{ auth_error }}


        You're seeing the details of this error because you have DEBUG = True in your Django settings file.
    
{% endif %} {% endblock %}