mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
12 lines
312 B
HTML
Executable File
12 lines
312 B
HTML
Executable File
{% extends "socialaccount/base.html" %}
|
|
|
|
{% load i18n %}
|
|
|
|
{% block head_title %}{% trans "Federated Login Failure" %}{% endblock %}
|
|
|
|
{% block content %}
|
|
<h1>{% trans "Federated Login Failure" %}</h1>
|
|
|
|
<p>{% trans "An error occurred while attempting to log in via your third party account." %}</p>
|
|
{% endblock %}
|