Skip to content

Commit

Permalink
Things seem to work now
Browse files Browse the repository at this point in the history
  • Loading branch information
Anirudh Sanjeev committed Feb 7, 2010
1 parent ba53f18 commit 4b9ab77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def submit(request):
newPatch.save()

# Redirect
return HttpResponseRedirect(reverse('patchbin.diffviewer.views.showpatch', args=(key,)))
return HttpResponseRedirect(reverse('patchbin.diffviewer.views.showpatch', args=[key]))

return HttpResponse(errorMessage)

Expand Down

0 comments on commit 4b9ab77

Please sign in to comment.