diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/templates/index.html b/templates/index.html index 96846fd..82840a1 100644 --- a/templates/index.html +++ b/templates/index.html @@ -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 /> |