{# -*- mode: jinja2 -*- #} {% extends "include/base.html" %} {% block breadcrumb_li %} {% endblock %} {# {% block head_title %}{{ _("Bad token") }}{% endblock %} #} {% block content %}

{{ _("Bad token") }}

{% with link_url = url("account_password_reset") %}

{% trans %}The password reset link was invalid, possibly because it has already been used. Please request a new password reset.{% endtrans %}

{% endwith %} {% endblock %}