{% extends "nimble/story_base.html" %} {% load bootstrap3 %} {% block details %}
{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% include "nimble/includes/save.html" %} {% endbuttons %}
{{ form.media }} {% endblock %}