{% extends "main_django.html" %} {% load i18n %} {% block body %}

{% trans "Confirm Your Password to Access the Instructor Dashboard" %}


{% csrf_token %} {{ form.as_p }}

{% endblock %}