fix redirect
This commit is contained in:
parent
3039880b76
commit
c9be115166
1 changed files with 1 additions and 1 deletions
|
@ -47,4 +47,4 @@ def schedule_slot_edit(request, slot_pk):
|
|||
presentation = form.cleaned_data["presentation"]
|
||||
presentation.slot = slot
|
||||
presentation.save()
|
||||
return redirect("schedule_edit")
|
||||
return redirect("schedule_edit_singleton")
|
||||
|
|
Loading…
Reference in a new issue