Merge branch 'bug/13917' into release/0.10.2
[ganeti_webmgr.git] / ganeti_web / templates / registration / password_reset_email.html
blob40cf924201be53974defaf751ddf42c27867baa4
1 Reset password at {{ site_name }}:
2 {% block reset_link %}
3 {{ protocol }}://{{ domain }}{% url auth_password_reset_confirm uidb36=uid, token=token %}
4 {% endblock %}