Ticket #9959: 9959.diff

File 9959.diff, 554 bytes (added by Thejaswi Puthraya, 16 years ago)

git-patch against the latest checkout

  • docs/ref/contrib/comments/index.txt

    diff --git a/docs/ref/contrib/comments/index.txt b/docs/ref/contrib/comments/index.txt
    index b6812a8..5aeebe3 100644
    a b A complete form might look like::  
    156156    <form action="{% comment_form_target %}" method="POST">
    157157      {{ form }}
    158158      <p class="submit">
    159         <input type="submit" name="submit" class="submit-post" value="Preview">
     159        <input type="submit" name="preview" class="submit-post" value="Preview">
    160160      </p>
    161161    </form>
    162162   
Back to Top