{% extends "base.html" %} {% block title %}{{ page_title }}{% endblock %} {% block meta_description %}{{ meta_description }}{% endblock %} {% block content %}
Connector registry

Register a new job source

Capture the minimum metadata needed to make a future connector discoverable, monitorable, and attachable to offers.

{% csrf_token %} {% include "core/partials/form_errors.html" with form=form %}
{% for field in form %}
{{ field }} {% if field.help_text %}
{{ field.help_text }}
{% endif %} {% for error in field.errors %}
{{ error }}
{% endfor %}
{% endfor %}
Cancel
{% endblock %}