diff --git a/django/contrib/comments/templates/comments/preview.html b/django/contrib/comments/templates/comments/preview.html
index 0947476..908d9b3 100644
a
|
b
|
|
11 | 11 | <h1>Preview your comment</h1> |
12 | 12 | <blockquote>{{ comment|linebreaks }}</blockquote> |
13 | 13 | <p> |
14 | | and <input type="submit" name="submit" value="Post your comment" id="submit"> or make changes: |
| 14 | and <input type="submit" name="submit" class="submit-post" value="Post your comment" id="submit"> or make changes: |
15 | 15 | </p> |
16 | 16 | {% endif %} |
17 | 17 | {% for field in form %} |