fix(cof_clubs): Move clubs list url
This commit is contained in:
parent
309b07a7f8
commit
846851171c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ from . import views
|
||||||
|
|
||||||
app_name = "cof_clubs"
|
app_name = "cof_clubs"
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path("club/", views.ClubListView.as_view(), name="club-list"),
|
path("", views.ClubListView.as_view(), name="club-list"),
|
||||||
path(
|
path(
|
||||||
"acct-period/add",
|
"acct-period/add",
|
||||||
views.ClubBudgetAccountingPeriodCreateView.as_view(),
|
views.ClubBudgetAccountingPeriodCreateView.as_view(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue