Removed a TODO from the url patterns in the accounting application.

This commit is contained in:
依瑪貓 2020-08-08 15:19:21 +08:00
parent 734cd2320b
commit ece7dbe62f

View File

@ -90,7 +90,6 @@ urlpatterns = [
views.txn_delete, name="transactions.delete"),
path("transactions/sort/<date:date>",
views.txn_sort, name="transactions.sort"),
# TODO: To be done
path("accounts",
views.AccountListView.as_view(), name="accounts"),
# TODO: To be done