{% extends "account/base.html" %} {% load i18n static %} {% block title %}{% trans "Reset password page" context "Html title" %} | {{ block.super }}{% endblock %} {% block meta_property_og_title %}{% trans "Reset password page" context "Html title" %} | {{ block.super }}{% endblock %} {% block meta_property_twitter_title %}{% trans "Reset password page" context "Html title" %} | {{ block.super }}{% endblock %} {% block content %}{{ block.super }}{% endblock %} {% block page_account_title %}{% trans 'Thanks for using Vosae' %}{% endblock %} {% block page_account_content %}

{% trans "Your password has been set. You may go ahead and log in now." %}

{% trans 'Log in' %}

{% endblock %}