gva/gnuviechadmin/templates/socialaccount/authentication_error.html

10 lines
381 B
HTML

{% extends "socialaccount/base.html" %}
{% load i18n %}
{% block title %}{{ block.super }} - {% trans "Social Network Login Failure" %}{% endblock title %}
{% block page_title %}{% trans "Social Network Login Failure" %}{% endblock page_title %}
{% block content %}
<p>{% trans "An error occurred while attempting to login via your social network account." %}</p>
{% endblock %}