{% extends "base.html" %} {% load nst %} {% block pagetitle %}Post a one-liner{% endblock %} {% block keywords %}{% endblock %} {% block description %}{% endblock %} {% block content %}

Make sure your one-liner is:

Please DO NOT post a one-liner if:

{% csrf_token %}
{{ form.non_field_errors }}
Summary of the one-liner, what it does in one sentence
{{ form.summary.errors }}
{{ form.summary }}
{{ form.line.errors }}
{{ form.line }}
How it works, in detail
{{ form.explanation.errors }}
{{ form.explanation }}
Limitations (if any)
{{ form.caveats.errors }}
{{ form.caveats }}

{% endblock %} {% block ready %} $('#id_summary').focus(); {% endblock %}