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

Add New Teacher

Enter faculty information to add a new teacher to the system

Teacher Information

Please fill in all fields carefully

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