ojuso-map/ojusomap/templates/registration/password_reset_email.html

6 lines
203 B
HTML
Raw Normal View History

2017-10-09 19:23:03 +00:00
{% load i18n %}
{% blocktrans %}Reset password at {{ site_name }}{% endblocktrans %}:
{% block reset_link %}
2017-10-09 19:23:03 +00:00
{{ protocol }}://{{ domain }}{% url 'auth_password_reset_confirm' uid token %}
{% endblock %}