9 lines
181 B
HTML
9 lines
181 B
HTML
{% extends "admin/delete_selected_confirmation.html" %}
|
|
{% load static %}
|
|
|
|
{% block content %}
|
|
<div class="delete-confirmation-content">
|
|
{{ block.super }}
|
|
</div>
|
|
{% endblock %}
|