summaryrefslogtreecommitdiff
path: root/gstudio/templates/registration/password_reset_email.html
diff options
context:
space:
mode:
Diffstat (limited to 'gstudio/templates/registration/password_reset_email.html')
-rw-r--r--gstudio/templates/registration/password_reset_email.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/gstudio/templates/registration/password_reset_email.html b/gstudio/templates/registration/password_reset_email.html
new file mode 100644
index 00000000..a55c8695
--- /dev/null
+++ b/gstudio/templates/registration/password_reset_email.html
@@ -0,0 +1,5 @@
+{% load i18n %}
+{% blocktrans %}Reset password at {{ site_name }}{% endblocktrans %}:
+{% block reset_link %}
+{{ protocol }}://{{ domain }}{% url auth_password_reset_confirm uidb36=uid, token=token %}
+{% endblock %}