diff --git a/html/registration/password_reset_form.html b/html/registration/password_reset_form.html new file mode 100644 index 000000000..8c40ee9a0 --- /dev/null +++ b/html/registration/password_reset_form.html @@ -0,0 +1,13 @@ +{% extends "base.html" %} +{% load i18n %} + +{% block content %} + +

{% trans "Forgotten your password? Enter your e-mail address below, and we'll e-mail instructions for setting a new one." %}

+ +
{% csrf_token %} +{{ form.as_p }} + +
+ +{% endblock %}