From e88b70b779def702696a294803313092df6b5ee3 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Sun, 5 Oct 2008 05:20:40 +0000 Subject: [PATCH] [1.0.X] Fixed #9100 -- Added a missing CSS class to a submit button. Thanks, mordyovits and thejaswi_puthraya. Backport of r9120 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9127 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/comments/templates/comments/preview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/contrib/comments/templates/comments/preview.html b/django/contrib/comments/templates/comments/preview.html index dc4326b542..8c7a434b18 100644 --- a/django/contrib/comments/templates/comments/preview.html +++ b/django/contrib/comments/templates/comments/preview.html @@ -12,7 +12,7 @@

{% trans "Preview your comment" %}

{{ comment|linebreaks }}

- {% trans "and" %} {% trans "or make changes" %}: + {% trans "and" %} {% trans "or make changes" %}:

{% endif %} {% for field in form %}