{% extends 'website/layouts/base.html' %} {% load static %} {% block title %}Delete Blog Post - CMS Dashboard{% endblock %} {% block content %} Delete Blog Post Home / Blog / Delete Confirm Deletion Are you sure you want to delete this blog post? "{{ post.title }}" Warning: This action is permanent and cannot be undone. {% csrf_token %} Keep Post Yes, Delete Permanently {% endblock %}
Are you sure you want to delete this blog post?
Warning: This action is permanent and cannot be undone.