{% extends "base.html" %} {% block content %}

Please check your inbox x

We've sent a verification code to your email. Please enter it below and click verify.


{% if is_verified == 'False' %}
Your email already exist in our database but it's not activated.
Please check your inbox for the verification code.
{% endif %} {% if is_code_valid %}
Wrong code, plesee try again
{% endif %}
{% endblock %}