{% extends "base.html" %} {% block pagetitle %}{{ form.title }}{% endblock %} {% block pageheader %}{{ form.title }}{% endblock %} {% block keywords %}{% endblock %} {% block description %}{% endblock %} {% block content %} {% if question %}

This one-liner will be linked to the following question as a possible answer:

{{ question.summary }}

by {{ question.user.hackerprofile.display_name|default:question.user.username }} on {{ question.created_dt }}
{% endif %} {% include 'main/elements/edit-oneliner-form.html' %} {% endblock %} {% block ready %} $('#id_summary').focus(); {% endblock %}