Moved project files to wolnelektury directory.
[wolnelektury.git] / templates / auth / login.html
diff --git a/templates/auth/login.html b/templates/auth/login.html
deleted file mode 100644 (file)
index dcacd81..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends "base.html" %}
-
-{% block body %}
-    <h1>Zaloguj / Zarejestruj</h1>
-    
-    <form method="POST" action="." class="cuteform">
-    <ol>
-        {{ form.as_ul }}
-        <li><input type="submit" value="Zaloguj" /></li>
-    </ol>
-    <p><input type="hidden" name="next" value="{{ next }}" /></p>
-    </form>
-{% endblock %}