{% extends "layouts/base.html" %} {% block title %}Reset Password - Retoor's Cloud Solutions{% endblock %} {% block head %} {# Reusing form.css for styling #} {% endblock %} {% block content %}

Set Your New Password

Please enter and confirm your new password below.

Reset Password

{% if error %}

{{ error }}

{% endif %}
{% if errors.password %}

{{ errors.password }}

{% endif %}
{% if errors.confirm_password %}

{{ errors.confirm_password }}

{% endif %}
{% endblock %}