Skip to content

Commit

Permalink
Tech debt: Fix warnings (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
CaitBarnard authored Dec 6, 2024
1 parent d96c820 commit f6390eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion core/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
path("", views.index, name="index"),
path("logout", views.logout, name="logout"),
path("accessibility", views.AccessibilityPageView.as_view(), name="accessibility"),
path("report/budget-report", views.budget_report, name="report:budget_report"),
path("report/budget-report", views.budget_report, name="budget_report"),
]
9 changes: 0 additions & 9 deletions end_of_month/templatetags/download_permissions.py

This file was deleted.

0 comments on commit f6390eb

Please sign in to comment.