{% extends "base.html" %} {% block title %}{% trans "page title" %}Reset password{% endtrans %} | Taguette{% endblock %} {% block contents %} {% if error %}
{{ error }}
{% endif %}

{% trans %}Please enter a new password below:{% endtrans %}

{{ xsrf_form_html() }}
{% endblock %}