{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans 'Password reset requested' %} - Libravatar{% endblock title %} {% block content %}
{% trans 'You have successfully requested a password reset for your account.' %}
{% trans 'You will receive an email with the details on how to proceed.' %}
{% blocktrans %}If everything else fails, you can always create a new account or email us.{% endblocktrans %}
{% endblock content %}