{% extends 'teachers/base.html' %} {% load static %} {% load bootstrap4 %} {% block title %}Add Section{% endblock title %} {% bootstrap_messages %} {% block content %}

Add Section


{% csrf_token %} {% bootstrap_form form%}
{% endblock content %}