{% extends "base.html" %} {% block title %}Delete {{ course.title }}{% endblock %} {% block content %}

Warning!

Are you sure you want to delete course - "{{ course.title}}"?

You can no longer restore anything

Cancel
{% csrf_token %}
{% endblock %}