{% 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 }}
    <style>
        #org-field-wrapper-visible, #org-field-wrapper-sticky {
            display: contents;
        }
    </style>
{% endblock %}

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