{% extends 'budget/base.html' %} {% block page_title %}Edit Category{% endblock %} {% block budget_content %}

Edit Category

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

You can also delete this category.

{% endblock budget_content %}