added authentication
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
{% extends "stripped_base.html" %}
|
||||
{% block content %}
|
||||
<form action="" method="post">
|
||||
{% csrf_token %}
|
||||
{% if form.email.errors %}
|
||||
{{ form.email.errors }}
|
||||
{% endif %}
|
||||
<p>{{ form.email }}</p>
|
||||
<input type="submit" class="btn btn-default btn-lg" value="Reset password">
|
||||
</form>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user