{% extends 'courseinfo/base.html' %} {% block title %} Delete Instructor {% endblock %} {% block content %}
{% csrf_token %}

Are you sure that you want to delete instructor {{ instructor }}?

Cancel
{% endblock %}