{% extends theme('base.html') %} {% import 'macro/fomanticui.html' as sui %} {% block content %}

{% if logo_url %} {% endif %}
{% trans %}Password reset{% endtrans %}

{{ sui.render_form(form, _("Password reset"), action=url_for("account.reset", uid=uid, hash=hash)) }}
{% endblock %}