15 lines
447 B
HTML
15 lines
447 B
HTML
![]() |
{% extends "socialaccount/base_entrance.html" %}
|
||
|
{% load i18n %}
|
||
|
{% load allauth %}
|
||
|
{% block head_title %}
|
||
|
{% trans "Third-Party Login Failure" %}
|
||
|
{% endblock head_title %}
|
||
|
{% block content %}
|
||
|
{% element h1 %}
|
||
|
{% trans "Third-Party Login Failure" %}
|
||
|
{% endelement %}
|
||
|
{% element p %}
|
||
|
{% trans "An error occurred while attempting to login via your third-party account." %}
|
||
|
{% endelement %}
|
||
|
{% endblock content %}
|