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

Add A Transaction

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