diff -r 49532a0f5071 -r a14ec2f09beb templates/index.html --- 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 @@ {{ task.title }}
{% endfor %} {% else %} - Welcome {{ user.username }}
- logout
-
- Tasks
- My Profile
+ Logged in as {{ user.username }}
{% endif %} {% if can_create_task %} Create a task