Changeset 9127
- Timestamp:
- 10/05/08 00:20:40 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/releases/1.0.X/django/contrib/comments/templates/comments/preview.html
r9126 r9127 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 %}
