{% extends "administration/base.html" %} {% block page_title %}Settings{% endblock %} {% block content %}
{% csrf_token %} {{ common_form.as_p }}

Default Locations

Configure default locations here. These will be added to each new pipeline that registers with the storage service.

{{ default_location_form.as_p }}
{% endblock %}