{% extends 'scipost/base.html' %} {% load bootstrap %} {% block pagetitle %}: Delete News Item{% endblock pagetitle %} {% block breadcrumb %} {% endblock %} {% block content %}

Delete News Item

{% include 'news/news_card_content.html' with news=object %}
{% csrf_token %}

Are you sure you want to delete this NewsItem?

{% endblock content %}