{% extends 'online_exam/base_student.html' %} {% load static %} {% block title %} Profile {% endblock title %} {% block content %}

{% if message %}

{{message}}

{% elif wrong_message %}

{{wrong_message}}

{% endif %}
{% csrf_token %}

Profile Information

{% endblock content%}