{% comment %} Copyright (C) 2009 Graham Binns This file is part of the Frabjous blog and site engine. Frabjous is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Frabjous is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Frabjous. If not, see . {% endcomment %} {% block extrahead %} {{block.super}} {% endblock %} {% if user.is_authenticated or openid %}
{% if not user.is_authenticated %} {% with comment_form.author_name as widget %} {% include "generic/widget_row.html" %} {% endwith %} {% with comment_form.author_email as widget %} {% include "generic/widget_row.html" %} {% endwith %} {% else %} {% endif %} {% with comment_form.title as widget %} {% include "generic/widget_row.html" %} {% endwith %}
Fields marked * will be filled in automatically if your OpenID provider supports Simple Registration
Logged in as: {{openid.openid}}
{{comment_form.author_name.as_hidden}} {{comment_form.author_email.as_hidden}}
{{comment_form.body}} {% if comment_form.body.errors %} {{comment_form.body.errors.as_ul}} {% endif %}
Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.
{{comment_form.in_reply_to.as_hidden}}
{% else %}

Sorry, anonymous comments are disabled. Please sign in with OpenID if you want to comment.

If you don't have an OpenID, you can get one at myopenid.com.

{% endif %}