Fixed the path to use /pytask as the prefix.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Fri, 14 Jan 2011 04:05:05 +0530
changeset 395 5c6e2478663d
parent 394 5684635eaca3
child 396 08893f05cc3d
Fixed the path to use /pytask as the prefix.
pytask/templates/base.html
--- a/pytask/templates/base.html	Fri Jan 14 04:04:26 2011 +0530
+++ b/pytask/templates/base.html	Fri Jan 14 04:05:05 2011 +0530
@@ -2,7 +2,7 @@
 <head>
     <title>{% block title %}PyTasks{% endblock %}</title>
     {% block js_script %} {% endblock %}
-    <link rel=stylesheet href="/static/css/base.css" type="text/css" >
+    <link rel=stylesheet href="/pytask/static/css/base.css" type="text/css" >
 </head>
 {% load user_tags %}
 <body>