corrected a bug in task/view.html .
authornishanth
Fri, 29 Jan 2010 23:23:33 +0530
changeset 9 554581fa3253
parent 8 825a497d95b0
child 10 c2001db39937
corrected a bug in task/view.html .
pytask/templates/task/view.html
--- a/pytask/templates/task/view.html	Fri Jan 29 22:18:29 2010 +0530
+++ b/pytask/templates/task/view.html	Fri Jan 29 23:23:33 2010 +0530
@@ -3,7 +3,7 @@
     {{task.title}}
 {% endblock %}
 {% block content %}
-    <a href="/task/browse/pg=1">Browse tasks</a>
+    <a href="/task/browse/">Browse tasks</a>
     <h3>{{ task.title }}</h3><br />
     <!-- we have to write our own datetime.strftime filter and use in the next line -->
     created by <a href="/user/view/uid={{ task.created_by.id }}">{{ task.created_by.username }}</a> on {{ task.creation_datetime.ctime }}<br />