src/hdalab/templates/registration/password_reset_email.html
changeset 488 f0f0f6bc37f3
parent 487 ef34954a7f9f
parent 486 03b869fb1c1e
child 489 f2e44ee54f61
--- a/src/hdalab/templates/registration/password_reset_email.html	Fri Mar 06 12:23:30 2015 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-{% load i18n %}
-{% blocktrans %}Reset password at {{ site_name }}{% endblocktrans %}:
-{% block reset_link %}
-{{ protocol }}://{{ domain }}{% url 'auth_password_reset_confirm' uidb36=uid token=token %}
-{% endblock %}