rearrangements: new core app, templates in apps, split settings;
[wolnelektury.git] / wolnelektury / templates / openid / login.html
diff --git a/wolnelektury/templates/openid/login.html b/wolnelektury/templates/openid/login.html
deleted file mode 100644 (file)
index afe7fe8..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-{% extends "base.html" %}
-{% load i18n %}
-{% load ajaxable_tags %}
-
-
-{% block titleextra %}{% trans "OpenID Sign In" %}{% endblock %}
-
-
-{% block body %}
-
-<h1>{% trans 'OpenID Sign In' %}</h1>
-
-
-<form class="cuteform hidelabels" method="post" action="{% url openid_login %}">
-<ul>
-       {% csrf_token %}
-       {% with form|placeholdize as f %}
-       {{ f.as_ul }}
-    {% endwith %}
-    <li><input type="submit" value='{% trans "Login" %}' /></li>
-</ul>
-</form>
-
-{% endblock %}