/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

  1. {# Copyright (c) 2006-2007, PreFab Software Inc. #}
  2. {% if display_form %}
  3. <form action="/comments/post/" method="post">
  4. {% include "comments/comment_form_fields.html" %}
  5. </form>
  6. {% endif %}