X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6280673f35e13e75e81c5b7821bd2a44a1831eab..357027375ff8867f42ca34bcbfb5a78b5b185fc3:/src/wolnelektury/templates/socialaccount/login_cancelled.html diff --git a/src/wolnelektury/templates/socialaccount/login_cancelled.html b/src/wolnelektury/templates/socialaccount/login_cancelled.html new file mode 100644 index 000000000..7e29b65c7 --- /dev/null +++ b/src/wolnelektury/templates/socialaccount/login_cancelled.html @@ -0,0 +1,19 @@ +{% extends "base.html" %} + +{% load i18n %} + +{% block head_title %}{% trans "Login Cancelled" %}{% endblock %} + +{% block body %} + +

{% trans "Login Cancelled" %}

+ +
+{% url 'socialaccount_login' as login_url %} +{{ login_url }} + +

{% blocktrans %}You decided to cancel logging in to our site using one of your exisiting accounts. If this was a mistake, please proceed to sign in.{% endblocktrans %}

+
+ +{% endblock %} +