Fixed #9959: fixed comment documentation example showing how to get a preview.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9731 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jacob Kaplan-Moss 2009-01-12 17:29:01 +00:00
parent 4035ea3538
commit 3990d00f20
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ A complete form might look like::
<form action="{% comment_form_target %}" method="POST">
{{ form }}
<p class="submit">
<input type="submit" name="submit" class="submit-post" value="Preview">
<input type="submit" name="preview" class="submit-post" value="Preview">
</p>
</form>