Ticket #9268: comments.patch

File comments.patch, 451 bytes (added by leanmeandonothingmachine, 15 years ago)
  • views/comments.py

     
    3737        if not data.get('email', ''):
    3838            data["email"] = request.user.email
    3939
     40    next = data.get("next", next)
     41
    4042    # Look up the object we're trying to comment about
    4143    ctype = data.get("content_type")
    4244    object_pk = data.get("object_pk")
Back to Top