pytask/templates/index.html
changeset 126 2763afa1c2a2
parent 125 9b0812962133
child 127 32457bce3437
--- 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<br>
-        <a href="/accounts/register/">Register</a>
-        <a href="/accounts/login/">Login</a><br /><br />
+    Checkout the tasks on the left panel for tasks that have been recently created.<br />
+    Checkout the textbooks for textbooks that have been added to the project.<br />
+
     {% else %}
         Logged in as {{ user.username }} <br /><br />
     {% endif %}