{% extends "layout.html" %} {% comment %} Copyright (C) 2018-2024 The Software Heritage developers See the AUTHORS file at the top-level directory of this distribution License: GNU Affero General Public License version 3, or any later version See top-level LICENSE file for more information {% endcomment %} {% load render_bundle from webpack_loader %} {% load static %} {% block page_title %} {{ heading }} {% endblock page_title %} {% block header %} {% render_bundle 'save_code_now' %} {% endblock header %} {% block navbar-content %}

Save code now

{% endblock navbar-content %} {% block content %}

You can contribute to extend the content of the Software Heritage archive by submitting an origin save request. To do so, fill the required info in the form below:

{% csrf_token %}
The origin type must be specified
The origin url is not valid or does not reference a code repository
{% block tab_content %} {% endblock tab_content %}
{% endblock content %}