Ticket #11125: comments.patch
File comments.patch, 451 bytes (added by , 15 years ago) |
---|
-
views/comments.py
37 37 if not data.get('email', ''): 38 38 data["email"] = request.user.email 39 39 40 next = data.get("next", next) 41 40 42 # Look up the object we're trying to comment about 41 43 ctype = data.get("content_type") 42 44 object_pk = data.get("object_pk")