{% extends 'blog/base.html' %} {% load crispy_forms_tags %} {% block content %}

Delete Post

Are you sure you want to delete post with title "{{object.title}}"

{% csrf_token %} {{form|crispy}}
{% endblock content %}