diff --git a/swh/web/templates/browse/origin-save.html b/swh/web/templates/browse/origin-save.html index 7e15e376..b23eb1ec 100644 --- a/swh/web/templates/browse/origin-save.html +++ b/swh/web/templates/browse/origin-save.html @@ -1,134 +1,135 @@ {% extends "./layout.html" %} {% comment %} Copyright (C) 2018-2019 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 static %} {% block header %} {{ block.super }} {% if grecaptcha_activated %} {% endif %} {% endblock %} {% block navbar-content %}

Save code now

{% endblock %} {% block browse-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:

Once submitted, your save request can either be:

Once a save request has been accepted, you can follow its current status in the submitted save requests list.

{% csrf_token %}
The origin type must be specified
The origin url is not valid or does not reference a code repository
{% if not grecaptcha_activated %}
{% endif %}
{% if grecaptcha_activated %}
-
+
-
+
+
{% endif %}
Request date Origin type Origin url Request status Save task status

{% endblock %} \ No newline at end of file