diff --git a/django/contrib/comments/views/utils.py b/django/contrib/comments/views/utils.py index 0787e9032e..e094ffa6e5 100644 --- a/django/contrib/comments/views/utils.py +++ b/django/contrib/comments/views/utils.py @@ -53,6 +53,6 @@ def confirmation_view(template, doc="Display a confirmation view."): Context: comment The posted comment - """ % (help, template) + """ % (doc, template) ) return confirmed