/blogmaker/comments/templates/comments/comment_form.html
http://blogmaker.googlecode.com/ · HTML · 10 lines · 6 code · 4 blank · 0 comment · 0 complexity · 3224fa6c1243269989b96eee93ab2421 MD5 · raw file
- {# Copyright (c) 2006-2007, PreFab Software Inc. #}
- {% if display_form %}
- <form action="/comments/post/" method="post">
- {% include "comments/comment_form_fields.html" %}
- </form>
- {% endif %}