{% csrf_token %} {{ form.next_url.as_hidden }}
{{ form.non_field_errors }}

Summary of the one-liner*

In one sentence, what does it do?
{{ form.summary.errors }}
{{ form.summary }}

The one-liner*

{{ form.line.errors }}
bash$ {{ form.line }}

Explanation*

Try to use relevant keywords in the explanation, so that the one-liner is easier to find by search.
Note: any html will be escaped, and the text will be formatted with markdown.
{{ form.explanation.errors }}
{{ form.explanation }}

Preview

Limitations (optional)

For example, if the one-liner might not work in some flavors of UNIX, etc.
Note: any html will be escaped, and the text will be formatted with markdown.
{{ form.limitations.errors }}
{{ form.limitations }}

Preview

Published

If checked, the one-liner will be visible in public listings, and will be tweeted on Twitter with @bashoneliners
{{ form.is_published.errors }}
{% include 'main/elements/please_login.html' %} {% for action in form.actions %}{% endfor %} Cancel