{% extends "base.html" %} {% block scripts %} {{ parent() }} {% endblock %} {% block title %}Reset Password{% endblock %} {% block content %}
{{ lang.reset_reset_h1 }}
{% if status %} {{ status|raw }} {% endif %} {% if get.error is defined %}
Please ensure that you have cookies enabled. We were unable to verify the token sent.
{% endif %} {% if noshow == false %}
{{ xsrf|raw }}
{% endif %}
{% endblock %}