diff --git a/django/contrib/comments/templates/comments/approve.html b/django/contrib/comments/templates/comments/approve.html index 1f1d1f40906..af7858da639 100644 --- a/django/contrib/comments/templates/comments/approve.html +++ b/django/contrib/comments/templates/comments/approve.html @@ -5,7 +5,7 @@ {% block content %}

Really make this comment public?

{{ comment|linebreaks }}
-
+

or cancel diff --git a/django/contrib/comments/templates/comments/delete.html b/django/contrib/comments/templates/comments/delete.html index eb5406eee53..148fcdec90d 100644 --- a/django/contrib/comments/templates/comments/delete.html +++ b/django/contrib/comments/templates/comments/delete.html @@ -5,7 +5,7 @@ {% block content %}

Really remove this comment?

{{ comment|linebreaks }}
- +

or cancel diff --git a/django/contrib/comments/templates/comments/flag.html b/django/contrib/comments/templates/comments/flag.html index 2a65ab379ce..b6905f2915b 100644 --- a/django/contrib/comments/templates/comments/flag.html +++ b/django/contrib/comments/templates/comments/flag.html @@ -5,7 +5,7 @@ {% block content %}

Really flag this comment?

{{ comment|linebreaks }}
- +

or cancel diff --git a/django/contrib/comments/templates/comments/form.html b/django/contrib/comments/templates/comments/form.html index 4861243745e..183b668c5fa 100644 --- a/django/contrib/comments/templates/comments/form.html +++ b/django/contrib/comments/templates/comments/form.html @@ -1,5 +1,5 @@ {% load comments %} - + {% for field in form %} {% if field.is_hidden %} {{ field }} diff --git a/django/contrib/comments/templates/comments/moderation_queue.html b/django/contrib/comments/templates/comments/moderation_queue.html index 2a45757e6e4..8f09b2f05db 100644 --- a/django/contrib/comments/templates/comments/moderation_queue.html +++ b/django/contrib/comments/templates/comments/moderation_queue.html @@ -44,11 +44,11 @@ {% for comment in comments %} - +

-
+
diff --git a/django/contrib/comments/templates/comments/preview.html b/django/contrib/comments/templates/comments/preview.html index fd2571335a2..0947476865c 100644 --- a/django/contrib/comments/templates/comments/preview.html +++ b/django/contrib/comments/templates/comments/preview.html @@ -4,7 +4,7 @@ {% block content %} {% load comments %} -
+ {% if form.errors %}

Please correct the error{{ form.errors|pluralize }} below

{% else %} diff --git a/django/contrib/comments/templates/comments/reply.html b/django/contrib/comments/templates/comments/reply.html index 4291a90d459..a36cdee595f 100644 --- a/django/contrib/comments/templates/comments/reply.html +++ b/django/contrib/comments/templates/comments/reply.html @@ -1,5 +1,5 @@ {% load comments %} - + {% for field in form %} {% if field.is_hidden %} {{ field }} diff --git a/django/contrib/comments/templates/comments/reply_preview.html b/django/contrib/comments/templates/comments/reply_preview.html index fd2571335a2..0947476865c 100644 --- a/django/contrib/comments/templates/comments/reply_preview.html +++ b/django/contrib/comments/templates/comments/reply_preview.html @@ -4,7 +4,7 @@ {% block content %} {% load comments %} - + {% if form.errors %}

Please correct the error{{ form.errors|pluralize }} below

{% else %}