Changeset 9120
- Timestamp:
- 10/05/08 00:09:59 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/contrib/comments/templates/comments/preview.html
r9119 r9120 13 13 <blockquote>{{ comment|linebreaks }}</blockquote> 14 14 <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" %}: 16 16 </p> 17 17 {% endif %}
