1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | <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>
|
More like this
- Make hyperlinks for labels of raw_id_fields (jQuery) by ramen 2 years, 1 month ago
- XFN Form Field by jpwatts 3 years, 12 months ago
- AntiSpamForm by zenx 1 year, 12 months ago
- AntiSpamModelForm by zenx 2 years, 1 month ago
- remove the annoying "Hold down control..." messages by arthur 10 months, 3 weeks ago
Comments