local changes from server
[redakcja.git] / redakcja / templates / registration / password_reset_form.html
diff --git a/redakcja/templates/registration/password_reset_form.html b/redakcja/templates/registration/password_reset_form.html
new file mode 100644 (file)
index 0000000..17af3de
--- /dev/null
@@ -0,0 +1,15 @@
+{% extends "catalogue/base.html" %}
+
+{% block inner_content %}
+
+<h1 style="margin-bottom:1em">Reset password</h1>
+
+<form action="" method="post">{% csrf_token %}
+{{ form.email.errors }}
+<label for="id_email">Email</label>
+<input type="email" class="form-control" name="email">
+<button style="margin-top:1em" type="submit" class="btn btn-default">Reset my password</button>
+</form>
+
+
+{% endblock %}
\ No newline at end of file