diff -r -u comments.old/preview.html comments/preview.html
old
|
new
|
|
11 | 11 | <h1>Preview your comment</h1> |
12 | 12 | <blockquote>{{ comment|escape|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 %} |
diff -r -u comments.old/reply_preview.html comments/reply_preview.html
old
|
new
|
|
11 | 11 | <h1>Preview your comment</h1> |
12 | 12 | <blockquote>{{ comment|escape|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 %} |