{% extends 'base.html' %} {% block title %}Delete Resource - LMS{% endblock %} {% block content %}

Confirm Delete

Are you sure you want to delete the resource "{{ resource.title }}"?

This action cannot be undone. Once deleted, the resource and its files will be permanently removed.

{% csrf_token %}
Cancel
{% endblock %}