Ticket #9268: comment_view.diff
File comment_view.diff, 484 bytes (added by , 16 years ago) |
---|
-
django/contrib/comments/views/comments.py
80 80 template_list, { 81 81 "comment" : form.data.get("comment", ""), 82 82 "form" : form, 83 "data" : data, 83 84 }, 84 85 RequestContext(request, {}) 85 86 )