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::
|
| 155 | 155 | {% get_comment_form for event as form %} |
| 156 | 156 | <form action="{% comment_form_target %}" method="POST"> |
| 157 | 157 | {{ 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> |
| 161 | 162 | </form> |
| 162 | 163 | |
| 163 | 164 | Be sure to read the `notes on the comment form`_, below, for some special |