{% extends "sentry/bases/modal.html" %} {% load crispy_forms_tags %} {% load sentry_assets %} {% load i18n %} {% block css %} {% endblock %} {% block wrapperclass %} narrow auth {% endblock %} {% block modal_header_signout %} {% endblock %} {% block title %} {% trans "Custom SCM Setup" %} | {{ block.super }} {% endblock %} {% block main %}
{% trans "Add your basic source control information in order to create an integration. You will be able to edit this information later." %}
{% endblock %}