summaryrefslogtreecommitdiff
path: root/stapp/templates/base.html
diff options
context:
space:
mode:
authorJay Parikh2012-07-20 17:39:45 +0530
committerJay Parikh2012-07-20 17:39:45 +0530
commitd58c61ecdbd099cc8fed205ebda535946c0f310a (patch)
treeb2a0b05de929417caa49f04726d77936bbb282dc /stapp/templates/base.html
parent59640d9760e7950454df403c1d2b74eb4352cd8d (diff)
parentf6a6cd06373780933d28321023b05d12ea2824b8 (diff)
downloadstproject-d58c61ecdbd099cc8fed205ebda535946c0f310a.tar.gz
stproject-d58c61ecdbd099cc8fed205ebda535946c0f310a.tar.bz2
stproject-d58c61ecdbd099cc8fed205ebda535946c0f310a.zip
Merge branch 'master' of http://github.com/FOSSEE/stproject
Diffstat (limited to 'stapp/templates/base.html')
-rw-r--r--stapp/templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/stapp/templates/base.html b/stapp/templates/base.html
index c151a5c..1f70617 100644
--- a/stapp/templates/base.html
+++ b/stapp/templates/base.html
@@ -21,8 +21,8 @@ padding-bottom: 40px;
padding: 9px 0;
}
</style>
- <link rel="stylesheet" href="{{ URL_BASE }}/static/video/css/base.css" type="text/css" />
- <link rel="stylesheet" href="{{ URL_BASE }}/static/video/css/style.css" type="text/css" />
+ <link rel="stylesheet" href="{{ STATIC_URL }}video/css/base.css" type="text/css" />
+ <link rel="stylesheet" href="{{ STATIC_URL }}video/css/style.css" type="text/css" />
{% block css %}
{% endblock %}