From 2837455878c58803095ea1413928b9aa8027e4ad Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Mon, 26 Jun 2006 00:48:12 +0000 Subject: [PATCH] Fixed #2168 -- Made comment templates more accessible git-svn-id: http://code.djangoproject.com/svn/django/trunk@3203 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/comments/templates/comments/form.html | 8 +++++--- django/contrib/comments/templates/comments/freeform.html | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) 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:" %}

+

+