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:
parent
4035ea3538
commit
3990d00f20
|
@ -156,7 +156,7 @@ A complete form might look like::
|
||||||
<form action="{% comment_form_target %}" method="POST">
|
<form action="{% comment_form_target %}" method="POST">
|
||||||
{{ form }}
|
{{ form }}
|
||||||
<p class="submit">
|
<p class="submit">
|
||||||
<input type="submit" name="submit" class="submit-post" value="Preview">
|
<input type="submit" name="preview" class="submit-post" value="Preview">
|
||||||
</p>
|
</p>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue