diff options
-rw-r--r-- | pytask/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pytask/templates/base.html b/pytask/templates/base.html index 5295cca..f31c625 100644 --- a/pytask/templates/base.html +++ b/pytask/templates/base.html @@ -16,7 +16,7 @@ <li><a href="/" title="home">home</a></li> <br /> <li><a href="/task/browse/" title="tasks">tasks</a></li> - <li><a href="/textbook/" title="textbook">textbooks</a></li> + <li><a href="/task/textbook/browse/" title="textbook">textbooks</a></li> <br /> {% if user.is_authenticated %} <li><a href="/profile/notf/browse/" title="notifications"> |