From 645029accbf8c061e87f71271a77993a0467142a Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Sun, 5 Oct 2008 05:09:59 +0000 Subject: [PATCH] Fixed #9100 -- Added a missing CSS class to a submit button. Thanks, mordyovits and thejaswi_puthraya. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9120 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 %}