We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582a411 commit 550c267Copy full SHA for 550c267
pgcommitfest/commitfest/views.py
@@ -432,7 +432,7 @@ def newpatch(request, cfid):
432
# Now add the thread
433
try:
434
doAttachThread(cf, patch, form.cleaned_data['threadmsgid'], request.user)
435
- return HttpResponseRedirect("/%s/%s/edit/" % (cf.id, patch.id))
+ return HttpResponseRedirect("/patch/%s/edit/" % (patch.id,))
436
except Http404:
437
# Thread not found!
438
# This is a horrible breakage of API layers
0 commit comments