<form action="/comments/post/" method="post" name="comment_form" style="padding:5px;"> <textarea class="textarea" name="comment" style="height:auto;" id="id_comment" rows="6" cols="60"></textarea > {{ form.content_type }} {{ form.object_pk }} {{ form.timestamp }} {{ form.security_hash }} <div class="textarea_bolt"> <div id="commentsubscribe" class="checkbox"> {% show_comment_subscription request.user.id quip.id%} </div> <div class="clear"></div> <input class="button float_left" type="button" name="post" id="preview" value="Post»" onClick ="submit_comment_form();"> </div> </form>