Code layout change.
[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 7e29b65..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-{% 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 %}
-