diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/task/report.html | 7 | ||||
-rw-r--r-- | templates/task/view.html | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/templates/task/report.html b/templates/task/report.html new file mode 100644 index 0000000..d79c0c0 --- /dev/null +++ b/templates/task/report.html @@ -0,0 +1,7 @@ +{% extends 'base.html' %} +{% block title %} + {{task.title}} +{% endblock %} +{% block content %} + +{% endblock %} diff --git a/templates/task/view.html b/templates/task/view.html index a671748..52346de 100644 --- a/templates/task/view.html +++ b/templates/task/view.html @@ -132,6 +132,7 @@ {% if is_reviewer %} View claims {% else %} + <a href="/task/report/tid={{task.id}}">Submit Work</a> Claim the task {% endif %}</a> {% endif %} |