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

{{message}}

{% endfor %}
{% endblock content %}