fix loading tournaments

shop
Razmig Sarkissian 8 months ago
parent 0a4efc69d7
commit e7a334cf2a
  1. 1
      tournaments/urls.py

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

Loading…
Cancel
Save