summaryrefslogtreecommitdiff
path: root/frontend/templates/directory.html
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/templates/directory.html')
-rw-r--r--frontend/templates/directory.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/templates/directory.html b/frontend/templates/directory.html
index 00383ef..c133796 100644
--- a/frontend/templates/directory.html
+++ b/frontend/templates/directory.html
@@ -116,7 +116,7 @@ li span.score
}
.cloudleft
{
- background-image: url(/bgz/cloudz1.png);
+ background-image: url({{STATIC_PREFIX}}/bgz/cloudz1.png);
position: fixed;
bottom: 0;
left: 0;
@@ -128,7 +128,7 @@ li span.score
}
.cloudright
{
- background-image: url(/bgz/cloudz2.png);
+ background-image: url({{STATIC_PREFIX}}/bgz/cloudz2.png);
position: fixed;
bottom: 0;
right: 0;
@@ -217,7 +217,7 @@ h2
</head>
<body>
<section id="logo">
- <a href="/"><img src="http://scannerjammer.fm/img/scanjam-title.gif" width="347" height="44" id="scanjam" border="0" /></a>
+ <a href="/"><img src="{{STATIC_PREFIX}}img/scanjam-title.gif" width="347" height="44" id="scanjam" border="0" /></a>
<h1 id="header">high score directory</h1>
</section>
<section id="logobg"></section>