{% extends "ksp_login/base.html" %} {% load i18n %} {% block ksp_login_title %}{% trans "Forgotten password" %}{% endblock ksp_login_title %} {% block ksp_login_content %}
{% trans "Please enter the email address you have signed up with, and we will send you further instructions." %}
{% include "ksp_login/parts/single_form.html" %} {% endblock ksp_login_content %}