{% extends "adminlte_full/skeleton_login.html" %} {% import "adminlte_full/macros/bootstrap4.html" as bootstrap %} {% block page_title %}{{ adminlte.gettext('Recover Password') }}{% endblock %} {% block messages %}
{% if validlink %} {{ adminlte.gettext('Please enter your new password twice so we can verify you typed it in correctly.') }} {% else %} {{ adminlte.gettext('The password reset link was invalid, possibly because it has already been used. Please request a new password reset.') }} {% endif %}
{% endblock messages %} {% block page_content %} {% if validlink %} {% block form %} {% endblock form %} {% else %} {{ adminlte.gettext('Reset my password') }} {% endif %} {% endblock page_content %} {% block custom_links %} {% endblock %}