{% extends "socialaccount/base.html" %} {% load i18n %} {% block head_title %}{% trans "Federated Login Failure" %}{% endblock %} {% block content %}
{% trans "An error occurred while attempting to log in via your third party account." %}
{% endblock %}