diff --git a/swh/web/templates/add_forge_now/common.html b/swh/web/templates/add_forge_now/common.html index a6887447..7569acdb 100644 --- a/swh/web/templates/add_forge_now/common.html +++ b/swh/web/templates/add_forge_now/common.html @@ -1,61 +1,71 @@ {% extends "../layout.html" %} {% comment %} Copyright (C) 2022 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 header %} {% render_bundle 'add_forge' %} {% endblock %} {% block title %} Add forge now – Software Heritage archive {% endblock %} {% block navbar-content %}
- “Add forge now” provides a service for Software Heritage users to save a - complete forge in the Software Heritage archive by requesting the addition - of the forge URL into the list of regularly visited forges. - {% if not user.is_authenticated %} -
- You can submit an “Add forge now” request only when you are authenticated, - please login to submit the request. -
- {% endif %} ++ “Add forge now” provides a service for Software Heritage users to save a + complete forge in the Software Heritage archive by requesting the addition + of the forge URL into the list of regularly visited forges. +
+ {% if not user.is_authenticated %} ++ You can submit an “Add forge now” request only when you are authenticated, + please login to submit the request.
-You must be logged in to submit an add forge request. Please log in + {% endif %}>log in
- {% else %} -