diff --git a/swh/web/browse/snapshot_context.py b/swh/web/browse/snapshot_context.py --- a/swh/web/browse/snapshot_context.py +++ b/swh/web/browse/snapshot_context.py @@ -937,7 +937,7 @@ return render( request, - "browse/directory.html", + "browse-directory.html", { "heading": heading, "swh_object_name": "Directory", @@ -1095,7 +1095,7 @@ return render( request, - "browse/revision-log.html", + "browse-revision-log.html", { "heading": heading, "swh_object_name": "Revisions history", @@ -1217,7 +1217,7 @@ return render( request, - "browse/branches.html", + "browse-branches.html", { "heading": heading, "swh_object_name": "Branches", @@ -1360,7 +1360,7 @@ return render( request, - "browse/releases.html", + "browse-releases.html", { "heading": heading, "top_panel_visible": False, diff --git a/swh/web/templates/browse/branches.html b/swh/web/browse/templates/browse-branches.html rename from swh/web/templates/browse/branches.html rename to swh/web/browse/templates/browse-branches.html --- a/swh/web/templates/browse/branches.html +++ b/swh/web/browse/templates/browse-branches.html @@ -1,7 +1,7 @@ {% extends "./browse.html" %} {% comment %} -Copyright (C) 2017-2019 The Software Heritage developers +Copyright (C) 2017-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 @@ -13,7 +13,7 @@ {% block swh-browse-content %}