mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-16 22:04:00 +00:00
12 lines
334 B
HTML
Executable File
12 lines
334 B
HTML
Executable File
{% extends "socialaccount/base.html" %}
|
|
|
|
{% load i18n %}
|
|
|
|
{% block head_title %}{% trans "Social Network Login Failure" %}{% endblock %}
|
|
|
|
{% block content %}
|
|
<h1>{% trans "Social Network Login Failure" %}</h1>
|
|
|
|
<p>{% trans "An error occured while attempting to login via your social network account." %}</p>
|
|
{% endblock %}
|