{% extends 'base.html' %} {% block title %}Delete Post — WildWatch{% endblock %} {% block content %}
🗑️

Delete this post?

This action cannot be undone. The photo and all its comments and likes will be permanently removed.

{{ post.caption|truncatechars:100 }}

Cancel
{% csrf_token %}
{% endblock %}