summaryrefslogtreecommitdiff
path: root/templates/task/claim.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/task/claim.html')
-rw-r--r--templates/task/claim.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/task/claim.html b/templates/task/claim.html
index 26eceef..c656146 100644
--- a/templates/task/claim.html
+++ b/templates/task/claim.html
@@ -8,7 +8,8 @@
{{claim.message}}<br />
{% endfor %}
{% else %}
- There are no claims for task <a href="/task/view/tid={{task.id}}">{{task.title}}</a> yet.
+ There are no claims for this task yet.<br />
+ <a href="/task/view/tid={{task.id}}">Click here</a> to return to the task.
{% endif %}
{% if task_claimed and is_mentor %}
<a href="/task/assign/tid={{task.id}}">Assign task</a>