1 {% extends "layout-unfold1.html" %}
4 {% block unfold_main %}
10 <h2>{% trans "Welcome to Onelab secured Password reset wizard" %}</h2>
12 <p>{% trans "Forgotten your password? Enter your email address below, and we'll email instructions for setting a new one." %}</p>
14 <form action="" method="post">{% csrf_token %}
15 {{ form.email.errors }}
16 <p><label for="id_email">{% trans 'Email address:' %}</label> {{ form.email }} <input type="submit" value="{% trans 'Reset my password' %}" /></p>