{% extends 'budget/base.html' %} {% block title %}Edit Budget{% endblock title %} {% block budget_content %}

Edit Budget

{% csrf_token %} {{ form.as_table }}
  or Cancel

You can also delete this budget.

{% endblock budget_content %}