{% extends "core/skeleton_email.html" %}
{% load i18n %}
{% block title %}{% trans "New password." %}{% endblock %}
{% block content %}
{% trans "Forgot your password?" %}
{% blocktrans with first_name=user.first_name site=site.name %}Hi {{ first_name }},
We understand, it can be hard these days to remember every password. So, you can reset it on {{ site }}.
{% endblocktrans %}
|
|
|
|
|
|
{% trans "Join the community" %}
{% blocktrans with site=site.name %}We aim to add new features and update regularly {{ site }}. To be kept informed of the latest news, to show everyone how awesome {{ site }} is, to talk to us or simply join the community, you can follow us on Twitter or like us on Facebook.{% endblocktrans %}
|
|
|
|
|
{% endblock %}