{% extends "base.html" %} {% load static %} {% block page_head %} Delete Expense | Indous Technologies {% endblock page_head %} {% block content %}

Delete Expense

Back to List

Are you sure you want to delete "{{ expense.title }} - {{expense.category}}"?

{% csrf_token %} Cancel
{% endblock content %}