Django

Code

Changeset 9127

Show
Ignore:
Timestamp:
10/05/08 00:20:40 (3 months ago)
Author:
mtredinnick
Message:

[1.0.X] Fixed #9100 -- Added a missing CSS class to a submit button.
Thanks, mordyovits and thejaswi_puthraya.

Backport of r9120 from trunk.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/releases/1.0.X/django/contrib/comments/templates/comments/preview.html

    r9126 r9127  
    1313      <blockquote>{{ comment|linebreaks }}</blockquote> 
    1414      <p> 
    15       {% trans "and" %} <input type="submit" name="submit" value="{% trans "Post your comment" %}" id="submit" /> {% trans "or make changes" %}: 
     15      {% trans "and" %} <input type="submit" name="submit" class="submit-post" value="{% trans "Post your comment" %}" id="submit" /> {% trans "or make changes" %}: 
    1616      </p> 
    1717    {% endif %}