Commit 7be57861 authored by Michal Čihař's avatar Michal Čihař

Add password reset form

parent 2d463b8c
{% extends "base.html" %}
{% load i18n %}
{% block content %}
<p>{% trans "Forgotten your password? Enter your e-mail address below, and we'll e-mail instructions for setting a new one." %}</p>
<form action="" method="post">{% csrf_token %}
{{ form.as_p }}
<input type="submit" value="{% trans 'Reset my password' %}" class="button" />
</form>
{% endblock %}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment