diff --git a/.gitignore b/.gitignore index 9006ab5..e075ae2 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ static/ __pycache__/ env/ node_modules/ +themes/ +demo/ \ No newline at end of file diff --git a/assets/src/app/app.component.html b/assets/src/app/app.component.html index fa87238..e5fe93c 100644 --- a/assets/src/app/app.component.html +++ b/assets/src/app/app.component.html @@ -54,6 +54,12 @@
{% trans "The password reset link was invalid, possibly because it has already been used. Please request a new password reset." %}
+ +{% endif %} + +{% endblock %} \ No newline at end of file diff --git a/templates/registration/password_reset_done.html b/templates/registration/password_reset_done.html new file mode 100644 index 0000000..57a9276 --- /dev/null +++ b/templates/registration/password_reset_done.html @@ -0,0 +1,13 @@ +{% extends 'base.html' %} +{% load i18n %} + +{% block content %} +{% trans "We've emailed you instructions for setting your password, if an account exists with the email you entered. You should receive them shortly." %}
+ +{% trans "If you don't receive an email, please make sure you've entered the address you registered with, and check your spam folder." %}
+