{% extends 'blog/base.html' %} {% load crispy_forms_filters %} {% block title %} Post Delete {% endblock %} {% block body %} {% if post %}
{% csrf_token %}
Post Delete

Are you sure you want to delete this {{ post.title }} object?

{% else %}

Form object is not available

{% endif %} {% endblock %}