{% extends "emails/project.html" %}{% load i18n l10n pages staticfiles %} {% block title %}{% trans "Password Reset" %}{% endblock %} {% block content %} {% if user.name %}
{% blocktrans with project_name=project_name %}You're receiving this e-mail because you requested a password reset for your user account at {{ project_name }}.{% endblocktrans %}
{% trans "To reset your password" %} {% trans "click here" %}
{% trans "Or you can copy & paste the following link in your browser address bar:" %}
{{ project_url }}{% url "qs_accounts:password_reset_confirm" reset_token=reset_token %}
{% trans "If you did not request this change ignore this e-mail." %}
{% blocktrans with project_name=project_name %}Thanks,
The {{ project_name }} team.{% endblocktrans %}