{% load i18n %}
{% if snippet_form.content.errors %} You must fill out some content! Reason: {{ snippet_form.content.errors }} {% endif %} {% comment %}{{ snippet_form.content }}{% endcomment %}
{{ snippet_form.lexer.errors }} {{ snippet_form.lexer.label_tag }} {{ snippet_form.lexer }} Optional: {{ snippet_form.title.errors }} {{ snippet_form.title.label_tag }} {{ snippet_form.title }} {{ snippet_form.author.errors }} {{ snippet_form.author.label_tag }} {{ snippet_form.author }}
Under Construction
Please note: This is a development site. By default, pastes are public for one hour.
If you must, you may change expires here: {{ snippet_form.expire_options.errors }} {{ snippet_form.expire_options.label_tag }}: {{ snippet_form.expire_options }}
{{ snippet_form.fill_me_out.errors }} {{ snippet_form.fill_me_out }}