|
|
|
|
@ -7,7 +7,6 @@ from . import views |
|
|
|
|
urlpatterns = [ |
|
|
|
|
path('reset/<uidb64>/<token>/', views.CustomPasswordResetConfirmView.as_view(), name='password_reset_confirm'), |
|
|
|
|
path("", views.index, name="index"), |
|
|
|
|
path('new/', views.index_new, name='index_new'), |
|
|
|
|
path("tournaments/", views.tournaments, name="tournaments"), |
|
|
|
|
path("clubs/", views.clubs, name="clubs"), |
|
|
|
|
path("clubs/<str:club_id>/", views.club, name="club"), |
|
|
|
|
|