Changeset 1268
- Timestamp:
- 11/16/05 10:49:24 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/new-admin/django/contrib/comments/templatetags/comments.py
r1239 r1268 34 34 {% endif %} 35 35 36 <p> Comment:<br /><textarea name="comment" id="id_comment" rows="10" cols="60"></textarea></p>36 <p>{% trans "Comment:" %}<br /><textarea name="comment" id="id_comment" rows="10" cols="60"></textarea></p> 37 37 38 38 <input type="hidden" name="options" value="{{ options }}" />
