Commit 3990d00f authored by Jacob Kaplan-Moss's avatar Jacob Kaplan-Moss
Browse files

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
parent 4035ea35
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>