{% extends "bulletin/post_form.html" %} {% load i18n %} {% load bootstrap3 %} {% load static from staticfiles %} {% block content %}
{% csrf_token %} {% bootstrap_form form %}
Cancel
{% endblock content %} {% block end_of_body %} {% if screen_image_uploads %} {% endif %} {% if max_post_title_length > 0 or max_post_blurb_length > 0 %} {% if max_post_title_length > 0 %} {% endif %} {% if max_post_blurb_length > 0 %} {% endif %} {% endif %} {% endblock end_of_body %}