﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
8905	Error in default comment preview template	Ville Säävuori	nobody	"In {{{django/contrib/comments/templates/comments/preview.html}}} row 31 name attribute of the submit button is wrong. The name should be 'preview' not 'submit'. This makes preview template to submit the comment every time no matter which button is used.

Correct HTML for the preview button:

{{{
<input type=""submit"" name=""preview"" class=""submit-preview"" value=""Preview"">
}}}

Also, most of the texts in the default comment templates are not marked as translatable, but that is a matter of another ticket."		closed	contrib.comments	1.0		fixed	comments, templates		Accepted	0	0	0	0	0	0
