corrected a bug in task/view.html .
authornishanth
Thu, 04 Feb 2010 22:19:05 +0530
changeset 16 ad6dd152aff3
parent 15 4e29ed911123
child 17 aa45fec40e7e
corrected a bug in task/view.html .
templates/task/view.html
--- a/templates/task/view.html	Thu Feb 04 22:17:36 2010 +0530
+++ b/templates/task/view.html	Thu Feb 04 22:19:05 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 />