Simpler deployment.
[redakcja.git] / redakcja / templates / registration / login.html
diff --git a/redakcja/templates/registration/login.html b/redakcja/templates/registration/login.html
new file mode 100644 (file)
index 0000000..e4b0897
--- /dev/null
@@ -0,0 +1,15 @@
+{% extends "base.html" %}
+
+{% block subtitle %} - Logowanie {% endblock subtitle %}
+
+{% block maincontent %}
+
+<div class="isection">
+<form method="POST" action="{% url django.contrib.auth.views.login %}">
+{{ form.as_p }}
+<p><input type="submit" value="Login" /></p>
+<input type="hidden" name="next" value="{{ next|urlencode }}" />
+</form>
+</div>
+
+{% endblock maincontent %}