{% extends "base.html" %} {% load url from future %} {% load i18n %} {% block "body" %}

{% trans "Submit new story" %}

{% blocktrans %} By submitting a story here, you agree to publish it under the terms of the Creative Commons Attribution-Share Alike free license.{% endblocktrans %}

{% blocktrans %}Stories are moderated, so please be patient, you'll be notified when it's published.{% endblocktrans %}

{% csrf_token %} {{ submit_form.as_table }}
{% endblock %}