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
- HTTP authentication using your ModelBackend by dipankarsarkar 4 years, 6 months ago
- Using another memcached for sessions by dipankarsarkar 4 years, 6 months ago
- XFN Form Field by jpwatts 5 years, 3 months ago
- Advanced Search in django admin by visik7 2 years, 4 months ago
- Akismet Webservice by sneeu 6 years, 2 months ago
Comments