diff --git a/app/templates/line_items_by_month.html b/app/templates/line_items_by_month.html index f8f720f..0356472 100644 --- a/app/templates/line_items_by_month.html +++ b/app/templates/line_items_by_month.html @@ -1,5 +1,5 @@ {% extends 'base.html' %} -{% block title %}Homepage{% endblock title %} +{% block title %}Line Items By Month{% endblock title %} {% block content %}
diff --git a/app/templates/vendors.html b/app/templates/vendors.html index b6dbb9b..ba40aec 100644 --- a/app/templates/vendors.html +++ b/app/templates/vendors.html @@ -1,5 +1,5 @@ {% extends 'base.html' %} -{% block title %}Budget Categories{% endblock title %} +{% block title %}Vendors{% endblock title %} {% block content %}
diff --git a/app/templates/view_month.html b/app/templates/view_month.html deleted file mode 100644 index 780e1a7..0000000 --- a/app/templates/view_month.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - Budgeting - - - -
- {% if files %} -
-
- {{month}} - {{year}} -
-
-
- - - - - - - - - -
Line
-
-
-
- {% endif %} -
- - - - -