{% 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' %}
{% endblock %} {% block ready %} $('#id_comment').focus(); {% endblock %}