fix dashboard issue
This commit is contained in:
parent
7b4c5cd205
commit
69663679cc
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ def proposal_leave(request, pk):
|
|||
proposal.additional_speakers.remove(speaker)
|
||||
# @@@ fire off email to submitter and other speakers
|
||||
messages.success(request, "You are no longer speaking on %s" % proposal.title)
|
||||
return redirect("speaker_dashboard")
|
||||
return redirect("dashboard")
|
||||
ctx = {
|
||||
"proposal": proposal,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue