{% extends 'base.html' %} {% block confirm_delete %}
{% csrf_token %}
Delete Review

Are you sure you want to delete the Review for "{{ object.movie }}"

Cancel
{% endblock %}