Django

Code

Changeset 9120

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

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/contrib/comments/templates/comments/preview.html

    r9119 r9120  
    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 %}