changeset 216 | ab7c24ab8d93 |
parent 175 | 10a488a6fbba |
--- a/templates/base.html Wed Jan 05 18:48:14 2011 +0530 +++ b/templates/base.html Wed Jan 05 18:50:20 2011 +0530 @@ -133,6 +133,8 @@ <li><a href="/" title="home">home</a></li> {% if user.is_authenticated %} <li><a href="/task/browse/" title="tasks">tasks</a></li> + <li><a href="/textbook/" title="textbook">textbooks</a></li> + <br /> <li><a href="/user/notifications/" title="notifications"> {% if user.unread_notifications.count %} notifications({{user.unread_notifications.count}})