broke out lineup into its own app
This commit is contained in:
@@ -359,7 +359,7 @@ def edit_lineup(request, event_ids, team_id):
|
||||
}
|
||||
)
|
||||
|
||||
return render(request, "lineup/multiple_edit.html", context={"contexts": contexts})
|
||||
return render(request, "lineup/edit.html", context={"contexts": contexts})
|
||||
|
||||
|
||||
def dashboard(request, team_id=None):
|
||||
@@ -482,7 +482,7 @@ def multi_lineup_choose(request, team_id):
|
||||
formset = EventChooseFormset(request.POST)
|
||||
|
||||
return redirect(
|
||||
"teamsnap_edit_multiple_lineups",
|
||||
"teamsnap_edit_lineup",
|
||||
team_id=team_id,
|
||||
event_ids=",".join(event_ids),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user