{% extends "base_user.html" %} {% load static from staticfiles %} {% block extra_scripts %} {% endblock %} {% block title %}Add a snippet{% endblock %} {% block content_header %}Add a snippet{% endblock %} {% block content %}
Please remember that this site is not a pastebin or debugging tool; it is intended for finished, working pieces of code. If you need someplace to temporarily post some code while others help you debug it, please use the pastebin at dpaste.org.
{% if form.errors %}Please correct the errors below:
{% endif %} {% endblock %} {% block sidebar %}All fields are required; tags should be separated with spaces, and you can use Markdown in the description for your snippet, but raw HTML will be removed.
Remember: by posting a snippet, you agree to let anyone make use of the code.
`code`