Rearrange source to src dir.
[redakcja.git] / redakcja / templates / registration / login.html
diff --git a/redakcja/templates/registration/login.html b/redakcja/templates/registration/login.html
deleted file mode 100644 (file)
index 4a46bd3..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-{% extends "catalogue/base.html" %}
-
-{% block subtitle %} - Logowanie {% endblock subtitle %}
-
-{% block content %}
-
-<div class="isection">
-<form method="POST" action="{% url 'login' %}">
-{% csrf_token %}
-{{ form.as_p }}
-<p><input type="submit" value="Login" /></p>
-<input type="hidden" name="next" value="{{ next|urlencode }}" />
-</form>
-</div>
-
-{% endblock content %}