{% 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.' %}

{% trans "Still haven't received the email?" %}

{% url libravatar.account.views.new as new_account_url %}

{% blocktrans %}If everything else fails, you can always create a new account or email us.{% endblocktrans %}

{% trans 'Back to the homepage' %}.

{% endblock content %}