{% extends 'voter/master2.html' %} {% block title %} Profile {% endblock title %} {% load static %} {% block content %} Email OTP Verification
{% csrf_token %}
{% for message in messages %}

{{message}} {{email}}

{% endfor %}
{% endblock content %}