Ticket #11110: make_next_redirect_apply_across_comment_preview.diff

File make_next_redirect_apply_across_comment_preview.diff, 530 bytes (added by Jeff Winters <micand7@…>, 15 years ago)
  • django/contrib/comments/views/comments.py

     
    8080            template_list, {
    8181                "comment" : form.data.get("comment", ""),
    8282                "form" : form,
    83                 "next": next,
     83                "next": next or data.get('next'),
    8484            },
    8585            RequestContext(request, {})
    8686        )
Back to Top