[odrs-web] trivial: Try to make static images work



commit af3cda257e4b62feb97326d79ad9b29fd19b7c36
Author: Richard Hughes <richard hughsie com>
Date:   Thu Jul 6 14:43:46 2017 +0100

    trivial: Try to make static images work

 app/templates/default.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/templates/default.html b/app/templates/default.html
index 383725f..03af216 100644
--- a/app/templates/default.html
+++ b/app/templates/default.html
@@ -6,8 +6,8 @@
 <head>
   <title>{% block title %}{% endblock %}</title>
   <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
-  <link href="layout.css" rel="stylesheet" type="text/css" media="screen" />
-  <link href="style.css" rel="stylesheet" type="text/css" media="all" />
+  <link href="/static/layout.css" rel="stylesheet" type="text/css" media="screen" />
+  <link href="/static/style.css" rel="stylesheet" type="text/css" media="all" />
   <link rel="icon" type="image/png" href="https://www.gnome.org/img/logo/foot-16.png"; />
   <link rel="SHORTCUT ICON" type="image/png" href=
   "https://www.gnome.org/img/logo/foot-16.png"; />
@@ -28,7 +28,7 @@
 
     <div id="logo_bar" class="container_12">
       <div id="logo" class="grid_3">
-        <a title="Go to home page" href="https://odrs.gnome.org/";><img src="gnome-odrs.png" alt="GNOME: Open 
Desktop Review Server" /></a>
+        <a title="Go to home page" href="https://odrs.gnome.org/";><img src="/static/gnome-odrs.png" 
alt="GNOME: Open Desktop Review Server" /></a>
       </div>
 
       <div id="top_bar" class="grid_9">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]