{% extends "vault/base.html" %} {% load storage_tags %} {% block title %}Storage - {{ project_name }}{% endblock %} {% block content_title %}Storage{% endblock %} {% block content_breadcrumb %} Containers Set CORS to container {{ container }} {% endblock %} {% block content_top %}   Add Host {% endblock %} {% block content %} {% include "addcors_modal.html" %}
{% for host in cors %} {% empty %} {% endfor %}
Name
{{ host }}
There are no CORS for this container yet. Add a new host by clicking the red button.
{% endblock %} {% block jsadd %} {% endblock %}