Changeset 377
- Timestamp:
- 08/01/05 15:07:31 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/contrib/comments/templatetags/comments.py
r316 r377 45 45 FREE_COMMENT_FORM = ''' 46 46 {% if display_form %} 47 <form enctype="multipart/form-data"action="/comments/postfree/" method="post">47 <form action="/comments/postfree/" method="post"> 48 48 <p>Your name: <input type="text" id="id_person_name" name="person_name" /></p> 49 49 <p>Comment:<br /><textarea name="comment" id="id_comment" rows="10" cols="60"></textarea></p>
