diff -r d0cb85ba462a -r a65e1ef725dd templates/index.html
--- a/templates/index.html Sun Feb 28 19:31:41 2010 +0530
+++ b/templates/index.html Sun Feb 28 20:49:59 2010 +0530
@@ -68,12 +68,13 @@
{% if can_create_task %}
Create a task
{% endif %}
+
{% ifequal user.get_profile.rights "MG" %}
Request another user to be a Developer
Request another user to act as manager
{% endifequal %}
{% ifequal user.get_profile.rights "AD" %}
- Request another user to be a Developer
+ Request another user to be a Developer
Request another user to act as a Manager
Request another user to act as an Admin
{% endifequal %}