Password Reset templates rearranged to portal/templates/
[myslice.git] / ui / templates / registration / password_reset_complete.html
diff --git a/ui/templates/registration/password_reset_complete.html b/ui/templates/registration/password_reset_complete.html
deleted file mode 100644 (file)
index 63ce14e..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-{% extends "layout-unfold1.html" %}
-{% load i18n %}
-
-{% block unfold_main %}
-
-
-{% block content %}
-
-<h2>{% trans 'OneLab secured Password reset wizard' %}</h2>
-<h3>{% trans 'Password reset successful' %}</h3>
-
-<p>{% trans "Your password has been set.  You may go ahead and log in now." %}</p>
-
-<p><a href="{{ login_url }}">{% trans 'Log in' %}</a></p>
-
-{% endblock %}
-{% endblock %}
-