Ticket #9100: 9100.diff

File 9100.diff, 690 bytes (added by Thejaswi Puthraya, 16 years ago)

git-patch against the latest checkout

  • django/contrib/comments/templates/comments/preview.html

    diff --git a/django/contrib/comments/templates/comments/preview.html b/django/contrib/comments/templates/comments/preview.html
    index 0947476..908d9b3 100644
    a b  
    1111      <h1>Preview your comment</h1>
    1212      <blockquote>{{ comment|linebreaks }}</blockquote>
    1313      <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:
    1515      </p>
    1616    {% endif %}
    1717    {% for field in form %}
Back to Top