Password Reset templates rearranged to portal/templates/
[myslice.git] / ui / templates / registration / password_reset_form.html
diff --git a/ui/templates/registration/password_reset_form.html b/ui/templates/registration/password_reset_form.html
deleted file mode 100644 (file)
index 8fba320..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-{% extends "layout-unfold1.html" %}
-{% load i18n %}
-
-{% block unfold_main %}
-
-
-
-{% block content %}
-
-<h2>{% trans "Welcome to Onelab secured Password reset wizard" %}</h2>
-
-<p>{% trans "Forgotten your password? Enter your email address below, and we'll email instructions for setting a new one." %}</p>
-
-<form action="" method="post">{% csrf_token %}
-{{ form.email.errors }}
-<p><label for="id_email">{% trans 'Email address:' %}</label> {{ form.email }} <input type="submit" value="{% trans 'Reset my password' %}" /></p>
-</form>
-
-{% endblock %}
-{% endblock %}
-