diff -r 9b0812962133 -r 2763afa1c2a2 pytask/templates/index.html
--- a/pytask/templates/index.html Sun Jan 09 15:01:30 2011 +0530
+++ b/pytask/templates/index.html Sun Jan 09 15:09:13 2011 +0530
@@ -1,9 +1,9 @@
{% extends 'base.html' %}
{% block content %}
{% if not user %}
- Welcome Guest
- Register
- Login
+ Checkout the tasks on the left panel for tasks that have been recently created.
+ Checkout the textbooks for textbooks that have been added to the project.
+
{% else %}
Logged in as {{ user.username }}
{% endif %}