From 849ebd28a2388e3257cb360a4609d3e9dfc77dc0 Mon Sep 17 00:00:00 2001
From: root
- click the like button. it's crucial ------------------> -
+ + + + + + + +diff --git a/frontend/templates/pas b/frontend/templates/pas new file mode 100644 index 0000000..0fb5d5c --- /dev/null +++ b/frontend/templates/pas @@ -0,0 +1,14 @@ +{% extends "password_reset/base.html" %}{% load i18n %}{% load url from future %} + +{% block content %} + {% if invalid %}{% url "password_reset_recover" as recovery_url %} +
{% blocktrans %}Sorry, this password reset link is invalid. You can still request a new one.{% endblocktrans %}
+ {% else %} +{% blocktrans %}Hi, {{ username }}. Please choose your new password.{% endblocktrans %}
+ + {% endif %} +{% endblock %} diff --git a/frontend/templates/password_reset/reset.html b/frontend/templates/password_reset/reset.html new file mode 100644 index 0000000..df5bd5e --- /dev/null +++ b/frontend/templates/password_reset/reset.html @@ -0,0 +1,23 @@ +{% extends "password_reset/base.html" %}{% load i18n %}{% load url from future %} + +{% block content %} + {% if invalid %}{% url "password_reset_recover" as recovery_url %} +{% blocktrans %}Sorry, this password reset link is invalid. You can still request a new one.{% endblocktrans %}
+ {% else %} +{% blocktrans %}Hi, {{ username }}. Please choose your new password.{% endblocktrans %}
+ + + + + {% endif %} +{% endblock %} -- cgit v1.2.3-70-g09d2