{% extends "accounts/login.html" %} {% load static %} {% block account_title %} Aquarium | Account - Recovery {% endblock account_title %} {% block accountContent %}

OTP Verification

Enter the OTP that we sent you when you requested password recovery. We'll use this OTP to verify your identity and proceed with resetting your password.

{% csrf_token %}
Please enter the OTP you received.
{% endblock accountContent %}