This commit is contained in:
Edgar P. Burkhart 2023-04-22 14:33:07 +02:00
parent 2d7957b813
commit a77cfbe339
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
4 changed files with 4 additions and 7 deletions

View file

@ -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",