{% extends 'voter/master2.html' %} {% block title %} voting process {% endblock title %} {% load static %} {% block content %} {% csrf_token %}

How to Vote?

Step 1

You will be shown a list of candidate in your area, you have to select a candidate from list to vote.

Step 2

After selecting a candidate, capture your face video of length 5-10 seconds from webcam if you vote from computer/laptop or front camera if you vote from smartphone/tablet and upload it, the video should be recorded in a good lighting condition and face should be clearly visible.

Step 3

If face recognition is successful, then you have to enter the 6 digit one time password (OTP) which is sent to your registered mobile number for verification.

Step 4

If the mobile OTP verification is successful, then you have to enter the 6 digit alphanumeric one time password (OTP) which is sent to your registered email address for verification.

Step 5

If the email OTP verification is successful then the vote will be submitted.

{% endblock content %}