Skip to content

Commit

Permalink
redirect to specific schedule url instead of general
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeman committed Dec 20, 2012
1 parent 96541b9 commit 4461c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symposion/schedule/views.py
Expand Up @@ -130,7 +130,7 @@ def schedule_slot_edit(request, slug, slot_pk):
slot.assign(presentation)
if save:
slot.save()
return redirect("schedule_edit")
return redirect("schedule_edit", slug)
else:
form = SlotEditForm(slot=slot)
ctx = {
Expand Down

0 comments on commit 4461c2f

Please sign in to comment.