Ticket #8601: 8601.comment-view-typo.diff

File 8601.comment-view-typo.diff, 757 bytes (added by Julien Phalip, 16 years ago)
  • django/django/contrib/comments/views/utils.py

     
    99from django.shortcuts import render_to_response
    1010from django.template import RequestContext
    1111from django.core.exceptions import ObjectDoesNotExist
    12 from django.conf import settings
    1312from django.contrib import comments
    1413
    1514def next_redirect(data, default, default_view, **get_kwargs):
     
    5352        Context:
    5453            comment
    5554                The posted comment
    56         """ % (help, template)
     55        """ % (doc, template)
    5756    )
    5857    return confirmed
Back to Top