Skip to content

Commit

Permalink
Fixed #9959: fixed comment documentation example showing how to get a…
Browse files Browse the repository at this point in the history
… preview.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9731 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jacobian committed Jan 12, 2009
1 parent 4035ea3 commit 3990d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/contrib/comments/index.txt
Expand Up @@ -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>

Expand Down

0 comments on commit 3990d00

Please sign in to comment.