pytask/templates/index.html
changeset 522 9ef818f841d5
parent 417 b37e541bf950
--- a/pytask/templates/index.html	Fri Jan 28 04:05:09 2011 +0530
+++ b/pytask/templates/index.html	Sun Jan 30 15:28:31 2011 +0530
@@ -8,11 +8,11 @@
         Logged in as {{ user.username }} <br /><br />
     {% endif %}
 
-    {% if can_create_task %}
-    	<a href="{% url create_textbook %}">Add a new textbook</a><br />
-        <a href="{% url create_task %}">Create a task</a><br />
-    <br />
-    {% endif %}
+<!--    {% if can_create_task %}-->
+<!--    	<a href="{% url create_textbook %}">Add a new textbook</a><br />-->
+<!--        <a href="{% url create_task %}">Create a task</a><br />-->
+<!--    <br />-->
+<!--    {% endif %}-->
     
     {% if unpublished_tasks %}
     Tasks created by you that need approval:<ul>