Ticket #10445: updated_form.diff

File updated_form.diff, 730 bytes (added by Jeff Anderson, 15 years ago)
  • docs/ref/contrib/comments/index.txt

    diff --git a/docs/ref/contrib/comments/index.txt b/docs/ref/contrib/comments/index.txt
    index b78ac4f..94010d7 100644
    a b A complete form might look like::  
    155155    {% get_comment_form for event as form %}
    156156    <form action="{% comment_form_target %}" method="POST">
    157157      {{ form }}
    158       <p class="submit">
    159         <input type="submit" name="preview" class="submit-post" value="Preview">
    160       </p>
     158      <tr>
     159        <td></td>
     160        <td><input type="submit" name="preview" class="submit-post" value="Preview"></td>
     161      </tr>
    161162    </form>
    162163   
    163164Be sure to read the `notes on the comment form`_, below, for some special
Back to Top