diff options
Diffstat (limited to 'templates/task/removetask.html')
-rw-r--r-- | templates/task/removetask.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/task/removetask.html b/templates/task/removetask.html index 47443df..0131520 100644 --- a/templates/task/removetask.html +++ b/templates/task/removetask.html @@ -3,6 +3,7 @@ Remove tasks for {{task.title}} {% endblock %} {% block content %} + <a href="/task/view/tid={{task.id}}">Click here</a> to return to task.<br /> {% if errors %} Please correct the following errors.<br /> {% for err in errors %} |