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

Add Resource


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