summaryrefslogtreecommitdiff
path: root/templates/task/report.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/task/report.html')
-rw-r--r--templates/task/report.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/task/report.html b/templates/task/report.html
index 1856453..e1a2aa3 100644
--- a/templates/task/report.html
+++ b/templates/task/report.html
@@ -7,7 +7,7 @@
There are no reports submitted as of now
{% else %}
{% for rep in old_reports %}
-{{rep.submitted_by}} | {{rep.attachment}} <br />
+{{rep.submitted_by}} | <a href="{{rep.attachment.url}}">{{rep.attachment.name}}</a> <br />
{% endfor %}
{% endif %}
<hr />