Fix templates to point to the dynamic URL

This commit is contained in:
2011-05-27 13:52:34 +01:00
parent 73fd280e2d
commit 89851cfad1
4 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
<html lang="en">
<head>
<title>TEST Auth</title>
<link rel="stylesheet" href="/static/css/style.css" type="text/css" media="screen">
<link rel="stylesheet" href="{{ STATIC_URL }}css/style.css" type="text/css" media="screen">
{% block HeadTag %}{% endblock %}
</head>
<body>