Changeset 1378
- Timestamp:
- 11/23/05 15:56:21 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/contrib/comments/templatetags/comments.py
r1364 r1378 45 45 46 46 FREE_COMMENT_FORM = ''' 47 {% load i18n %} 47 48 {% if display_form %} 48 49 <form action="/comments/postfree/" method="post">
