diff --git a/django/contrib/comments/templates/comments/form.html b/django/contrib/comments/templates/comments/form.html index deb5540c92..3e171b1e67 100644 --- a/django/contrib/comments/templates/comments/form.html +++ b/django/contrib/comments/templates/comments/form.html @@ -3,7 +3,7 @@
{% if user.is_anonymous %} -

{% trans "Username:" %}
{% trans "Password:" %} ({% trans "Forgotten your password?" %})

+


{% trans "Password:" %} ({% trans "Forgotten your password?" %})

{% else %}

{% trans "Username:" %} {{ user.username }} ({% trans "Log out" %})

{% endif %} @@ -20,11 +20,13 @@ {% endif %} {% if photos_optional or photos_required %} -

{% trans "Post a photo" %} ({% if photos_required %}{% trans "Required" %}{% else %}{% trans "Optional" %}{% endif %}):

+

({% if photos_required %}{% trans "Required" %}{% else %}{% trans "Optional" %}{% endif %}): +

{% endif %} -

{% trans "Comment:" %}

+


+

diff --git a/django/contrib/comments/templates/comments/freeform.html b/django/contrib/comments/templates/comments/freeform.html index 0c52bfab29..99a02b4d97 100644 --- a/django/contrib/comments/templates/comments/freeform.html +++ b/django/contrib/comments/templates/comments/freeform.html @@ -1,8 +1,8 @@ {% load i18n %} {% if display_form %} -

{% trans "Your name:" %}

-

{% trans "Comment:" %}

+

+