[tor-commits] [bridgedb] 01/03: Fix missing assets on info, maintenance, howto pages

gitolite role git at cupani.torproject.org
Thu Sep 8 15:28:15 UTC 2022


This is an automated email from the git hooks/post-receive script.

meskio pushed a commit to branch main
in repository bridgedb.

commit ef6d3d1ed1f711f6f2ffc5266d385d74dbfe322a
Author: kez <kez at torproject.org>
AuthorDate: Wed Sep 7 14:23:49 2022 -0700

    Fix missing assets on info, maintenance, howto pages
    
    Closes #40057
---
 bridgedb/distributors/https/templates/base.html | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/bridgedb/distributors/https/templates/base.html b/bridgedb/distributors/https/templates/base.html
index 1f16ca0..16394b5 100644
--- a/bridgedb/distributors/https/templates/base.html
+++ b/bridgedb/distributors/https/templates/base.html
@@ -13,18 +13,18 @@
     <meta name="description" content="Tor Bridges">
     <meta name="author" content="The Tor Project">
 
-    <link rel="icon" type="image/x-icon" href="/assets/images/favicon.ico">
-    <link rel="stylesheet" href="/assets/css/bootstrap.min.css">
-    <link rel="stylesheet" href="/assets/css/font-awesome.min.css">
-    <link rel="stylesheet" href="/assets/css/main.css">
+    <link rel="icon" type="image/x-icon" href="/static/images/favicon.ico">
+    <link rel="stylesheet" href="/static/css/bootstrap.css">
+    <link rel="stylesheet" href="/static/fonts/fontawesome/css/all.min.css">
+    <link rel="stylesheet" href="/static/css/main.css">
     <!--[if IE 7]>
-    <link rel="stylesheet" href="/assets/css/font-awesome-ie7.min.css">
+    <link rel="stylesheet" href="/static/css/font-awesome-ie7.min.css">
     <![endif]-->
     % if rtl:
-    <link rel="stylesheet" href="/assets/css/rtl.css">
+    <link rel="stylesheet" href="/static/css/rtl.css">
     % endif
 
-    <script type="text/javascript" src="/assets/js/bridges.js"></script>
+    <script type="text/javascript" src="/static/js/bridges.js"></script>
   </head>
 
 <body>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list