summaryrefslogtreecommitdiff
path: root/stapp/templates/base.html
diff options
context:
space:
mode:
authorParth Buch2012-07-19 23:43:57 +0530
committerParth Buch2012-07-19 23:43:57 +0530
commit3deec702b6edd458f72b405e2bdc83972bdf85a4 (patch)
tree9788831c334bd376264c9821efe00d3b6118f289 /stapp/templates/base.html
parent6325dbee99165b956dd5a3e5034c0b627e318f5c (diff)
downloadstproject-3deec702b6edd458f72b405e2bdc83972bdf85a4.tar.gz
stproject-3deec702b6edd458f72b405e2bdc83972bdf85a4.tar.bz2
stproject-3deec702b6edd458f72b405e2bdc83972bdf85a4.zip
Changed URL_BASE to URL_ROOT for proper url linking
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..00e34fd 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="{{ URL_ROOT }}/static/video/css/base.css" type="text/css" />
+ <link rel="stylesheet" href="{{ URL_ROOT }}/static/video/css/style.css" type="text/css" />
{% block css %}
{% endblock %}