summaryrefslogtreecommitdiff
path: root/stapp/templates/base.html
diff options
context:
space:
mode:
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 %}