{% extends 'base.html' %} {% load static %} {% block title %}Delete Reminder{% endblock %} {% block content %}

Delete Reminder

{% include 'partials/_messages.html' %}

Are you sure you want to delete the reminder titled "{{ reminder.title }}"?

{% csrf_token %} Cancel
{% endblock %}