templates/index.html
changeset 70 a14ec2f09beb
parent 42 9b5b8c997598
child 97 3699550991c6
--- a/templates/index.html	Wed Feb 24 14:47:29 2010 +0530
+++ b/templates/index.html	Wed Feb 24 15:10:03 2010 +0530
@@ -9,11 +9,7 @@
             <a href="/task/view/tid={{ task.id }}">{{ task.title }}</a><br />
         {% endfor %}
     {% else %}
-        Welcome {{ user.username }} <br />
-        <a href="/accounts/logout/">logout</a><br />
-        <br />
-        <a href="/task/browse/">Tasks</a><br />
-        <a href="/user/view/uid={{user.id}}">My Profile</a><br />
+        Logged in as {{ user.username }} <br />
     {% endif %}
     {% if can_create_task %}
         <a href="/task/create/">Create a task</a><br />