summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html
index 755ceef..58c1526 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -65,9 +65,9 @@
{% endfor %}
{% endif %}
<br /><br />
- {% ifnotequal user.get_profile.rights "CT" %}
+ {% if can_create_task %}
<a href="/task/create/">Create a task</a><br />
- {% endifnotequal %}
+ {% endif %}
{% ifequal user.get_profile.rights "MG" %}
<a href="/user/make/dv/">Request another to be a Developer</a>
<a href="/user/make/mg/">Request another user to act as manager</a><br />