Merge branch 'reflow'
[wolnelektury.git] / apps / wolnelektury_core / templates / socialaccount / login_cancelled.html
diff --git a/apps/wolnelektury_core/templates/socialaccount/login_cancelled.html b/apps/wolnelektury_core/templates/socialaccount/login_cancelled.html
deleted file mode 100644 (file)
index ef5db10..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-{% extends "base.html" %}
-
-{% load i18n %}
-
-{% block head_title %}{% trans "Login Cancelled" %}{% endblock %}
-
-{% block body %}
-    
-<h1>{% trans "Login Cancelled" %}</h1>
-
-{% 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>
-
-{% endblock %}
-