# HG changeset patch # User Madhusudan.C.S # Date 1294958105 -19800 # Node ID 5c6e2478663d20712c71487bca986c6e35020c47 # Parent 5684635eaca36d2df0c81dfcb7d87b2b2ba501bf Fixed the path to use /pytask as the prefix. diff -r 5684635eaca3 -r 5c6e2478663d 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 @@ {% block title %}PyTasks{% endblock %} {% block js_script %} {% endblock %} - + {% load user_tags %}