{% extends "base.html" %} {% load comments %} {% block pagetitle %}Comment on one-liner{% endblock %} {% block pageheader %}Comment on one-liner{% endblock %} {% block keywords %}{% endblock %} {% block description %}{% endblock %} {% block content %} {% with 1 as nobuttons %} {% with 'expanded' as comments_expanded %} {% include 'main/elements/oneliner.html' %} {% endwith %} {% endwith %} {% include 'main/elements/please_login.html' %}
{% csrf_token %} {{ form.next_url.as_hidden }} {{ form.honeypot.as_hidden }} {{ form.content_type.as_hidden }} {{ form.object_pk.as_hidden }} {{ form.timestamp.as_hidden }} {{ form.security_hash.as_hidden }}
{{ form.non_field_errors }}

Comment*

{{ form.comment.errors }}
{{ form.comment }}
{% include 'main/elements/please_login.html' %}
{% endblock %} {% block ready %} $('#id_comment').focus(); {% endblock %}