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

Warning!

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

You can no longer restore anything

Cancel
{% csrf_token %}
{% endblock %}