{% extends "_email/base_html.html" %} {% load i18n %} {% load url from future %} {% block title %}{% trans board_name=settings.board_name %}Your New Password on {{ board_name }}{% endtrans %}{% endblock %} {% block content %}

{% trans username=user.username %}{{ username }}, you are receiving this message because you have requested for new password to be generated and set on your account.{% endtrans %}

{% trans %}Your new password:{% endtrans %}

{{ password }}

{% trans %}You can sign in to your account using new password by following this link:{% endtrans %}

{% trans %}Sign In{% endtrans %}

{% trans %}If the above link is not clickable, copy and paste this link into your web browser's address bar:{% endtrans %}

{{ board_address }}{% url 'sign_in' %} {% endblock %}