implemented lineup changes

This commit is contained in:
2021-11-12 14:12:04 -06:00
parent 4460032a40
commit d4e41fa905
3 changed files with 16 additions and 7 deletions

View File

@@ -5,5 +5,5 @@ from django.urls import path, include
from . import views
urlpatterns = [
path('edit/<int:id>', views.edit, name="edit lineup"),
path('edit/<int:event_id>', views.edit, name="edit lineup"),
]