{% extends 'info/base.html' %} {% block title %}Add Student{% endblock %} {% block css %} {% endblock %} {% block content %}

Add New Student

Enter student information to enroll a new student in the system

Student Information

Please fill in all fields carefully as they are important for academics

{% if error %}
{{ error }}
{% endif %}
{% csrf_token %}
{% endblock %}