+{% 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