{% extends "base.html" %} {% load crispy_forms_tags %} {% block title %}Enroll Student{% endblock %} {% block nav_students %}active{% endblock %} {% block content %}
Student Details
A temporary password will be generated and shown after enrollment. Please share it securely with the student.
{% csrf_token %} {% crispy form %}
{% endblock %}