From 4c1b8e7696ce133efd46e6b35b2ee9a5d1074e06 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 14 Dec 2012 11:38:03 -0500 Subject: fix static_prefix --- frontend/templates/directory.html | 6 +++--- frontend/templates/topvideos.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'frontend') 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
diff --git a/frontend/templates/topvideos.html b/frontend/templates/topvideos.html index b070577..edc512e 100644 --- a/frontend/templates/topvideos.html +++ b/frontend/templates/topvideos.html @@ -102,11 +102,11 @@ background-image: -moz-linear-gradient( -- cgit v1.2.3-70-g09d2