{% extends 'base.html' %} {% load static %} {% block title%} Edit News{% endblock %} {% block content %}
Confirm Deletion
Are you sure you want to delete the following news item?
{{ news_item.headline }}
{{ news_item.updated_at }}
{% csrf_token %}
Confirm Delete
Cancel
{% endblock content %}