Code layout change.
[wolnelektury.git] / 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 (file)
index 0000000..7e29b65
--- /dev/null
@@ -0,0 +1,19 @@
+{% extends "base.html" %}
+
+{% load i18n %}
+
+{% block head_title %}{% trans "Login Cancelled" %}{% endblock %}
+
+{% block body %}
+    
+<h1>{% trans "Login Cancelled" %}</h1>
+
+<div class="normal-text white-box">
+{% url 'socialaccount_login' as login_url %}
+{{ login_url }}
+
+<p>{% blocktrans %}You decided to cancel logging in to our site using one of your exisiting accounts. If this was a mistake, please proceed to <a href="{{login_url}}">sign in</a>.{% endblocktrans %}</p>
+</div>
+
+{% endblock %}
+