{% extends "base.html" %} {% load static %} {% block title %}Delete Category{% endblock %} {% block header_title %}Delete Category{% endblock %} {% block content %}
Delete Category

Are you sure you want to delete the category "{{ category.name }}"?

This action cannot be undone. Products assigned to this category will need to be re-assigned.

{% csrf_token %}
Cancel
{% endblock %}