Ticket #8601: 8601.comment-view-typo.diff
File 8601.comment-view-typo.diff, 757 bytes (added by , 16 years ago) |
---|
-
django/django/contrib/comments/views/utils.py
9 9 from django.shortcuts import render_to_response 10 10 from django.template import RequestContext 11 11 from django.core.exceptions import ObjectDoesNotExist 12 from django.conf import settings13 12 from django.contrib import comments 14 13 15 14 def next_redirect(data, default, default_view, **get_kwargs): … … 53 52 Context: 54 53 comment 55 54 The posted comment 56 """ % ( help, template)55 """ % (doc, template) 57 56 ) 58 57 return confirmed