diff options
author | Parth Buch | 2012-07-19 23:43:57 +0530 |
---|---|---|
committer | Parth Buch | 2012-07-19 23:43:57 +0530 |
commit | 3deec702b6edd458f72b405e2bdc83972bdf85a4 (patch) | |
tree | 9788831c334bd376264c9821efe00d3b6118f289 /stapp/templates/base.html | |
parent | 6325dbee99165b956dd5a3e5034c0b627e318f5c (diff) | |
download | stproject-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.html | 4 |
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 %} |