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

Confirm Delete?

This action is irreversible


Do you want to Delete this Resource

{% csrf_token %} {{form.as_p}}
{% endblock content %}