X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=portal%2Ftemplates%2Fpassword_reset_form.html;h=427c4fe1a3282980092c20a6f0e6c5c50fb4ae67;hb=2f89f2e81c44a63d6d90746a1f3c126603280b66;hp=8fba3201ae77934808cfeedad5b6549552202ac9;hpb=5b66e750805a71fee70b0f8c0c4b5e4d71174673;p=myslice.git diff --git a/portal/templates/password_reset_form.html b/portal/templates/password_reset_form.html index 8fba3201..427c4fe1 100644 --- a/portal/templates/password_reset_form.html +++ b/portal/templates/password_reset_form.html @@ -1,21 +1,17 @@ -{% extends "layout-unfold1.html" %} -{% load i18n %} - -{% block unfold_main %} - - - +{% extends "layout.html" %} {% block content %} - -

{% trans "Welcome to Onelab secured Password reset wizard" %}

- -

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

- -
{% csrf_token %} -{{ form.email.errors }} -

{{ form.email }}

-
- -{% endblock %} +
+

Password reset Password reset

+
+
+

Welcome to Onelab secured Password reset wizard

+ +

Forgotten your password? Enter your email address below, and we'll email instructions for setting a new one.

+ +
{% csrf_token %} + {{ form.email.errors }} +

{{ form.email }}

+
+
{% endblock %}