Fix urls
This commit is contained in:
parent
2d7957b813
commit
a77cfbe339
4 changed files with 4 additions and 7 deletions
|
@ -5,7 +5,7 @@ from transaction.views import TransactionMonthView
|
|||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path("", views.AccountCreateView.as_view(), name="new_account"),
|
||||
path("new", views.AccountCreateView.as_view(), name="new_account"),
|
||||
path("<account>", views.AccountUpdateView.as_view(), name="account"),
|
||||
path(
|
||||
"<account>/transactions",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue