Files
dss/templates/socialaccount/authentication_error.html
2013-06-19 19:24:50 +01:00

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 %}