{% extends "base.html" %} {% block title %}Reset Password - {{ config.INSTANCE_NAME }}{% endblock %} {% block content %}

Reset Your Password

{% if error %}
{{ error }}
{% endif %}
{% endblock %}