{% extends "organization/home-base.html" %}

{% block three_col_js %}
  {{ form.media.js }}
  {% include "organization/home-js.html" %}
{% endblock %}

{% block three_col_media %}
  {{ form.media.css }}
{% endblock %}

{% block middle_content %}
  {% include "organization/form.html" %}
{% endblock %}