{% extends 'email_base.txt' %}
{% comment %}© 2015, Multapplied Networks, Inc.{% endcomment %}
{% load email %}{% autoescape off %}

{% block name %} {{ user.get_display_name }}{% endblock name %}
{% block content %}You're receiving this e-mail because you requested a password reset for your user account at {% absolute_url 'dashboard' %}.

Please go to the following page and choose a new password:
{% block reset_link %}{% absolute_url 'password-reset-confirm' uidb64=uid token=token %}{% endblock %}{% endblock content %}
{% endautoescape %}
