some templates
[wolnelektury.git] / wolnelektury / templates / registration / login.html
diff --git a/wolnelektury/templates/registration/login.html b/wolnelektury/templates/registration/login.html
deleted file mode 100755 (executable)
index 5fbe3af..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-{% extends "simple_base.html" %}
-{% load i18n %}
-
-{% block "title" %}{% trans "Login to Wolne Lektury" %}{% endblock %}
-
-{% block "body" %}
-    <h1>{% trans "Login to Wolne Lektury" %}</h1>
-
-    <form method="POST">
-    {% csrf_token %}
-    <table>
-        {{ form.as_table }}
-        <tr><td></td><td>
-            <input type="submit" value='{% trans "Login" %}' />
-        </td></tr>
-    </table>
-    </form>
-
-{% endblock %}