diff --git a/django/contrib/comments/templates/comments/approve.html b/django/contrib/comments/templates/comments/approve.html index e6b114114e8..a4306a6fc21 100644 --- a/django/contrib/comments/templates/comments/approve.html +++ b/django/contrib/comments/templates/comments/approve.html @@ -7,7 +7,7 @@

{% trans "Really make this comment public?" %}

{{ comment|linebreaks }}
- + {% if next %}{% endif %}

or cancel

diff --git a/django/contrib/comments/templates/comments/delete.html b/django/contrib/comments/templates/comments/delete.html index 33688993aa8..7d73eac9793 100644 --- a/django/contrib/comments/templates/comments/delete.html +++ b/django/contrib/comments/templates/comments/delete.html @@ -7,7 +7,7 @@

{% trans "Really remove this comment?" %}

{{ comment|linebreaks }}
- + {% if next %}{% endif %}

or cancel

diff --git a/django/contrib/comments/templates/comments/flag.html b/django/contrib/comments/templates/comments/flag.html index 7f0e384c861..08dbe0b0b03 100644 --- a/django/contrib/comments/templates/comments/flag.html +++ b/django/contrib/comments/templates/comments/flag.html @@ -7,7 +7,7 @@

{% trans "Really flag this comment?" %}

{{ comment|linebreaks }}
- + {% if next %}{% endif %}

or cancel