{% extends 'budget/base.html' %} {% block title %}Add A Category{% endblock title %} {% block budget_content %}

Add A Category

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