templates/task/view.html
changeset 16 ad6dd152aff3
parent 12 a93eebabfeb1
child 21 c28774fe7ffd
--- 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 />