diff -r c41e38f36299 -r 042dabb73a22 templates/task/report.html --- a/templates/task/report.html Thu Jan 06 11:42:49 2011 +0530 +++ b/templates/task/report.html Thu Jan 06 11:54:57 2011 +0530 @@ -7,7 +7,7 @@ There are no reports submitted as of now {% else %} {% for rep in old_reports %} -{{rep.submitted_by}} | {{rep.attachment}}
+{{rep.submitted_by}} | {{rep.attachment.name}}
{% endfor %} {% endif %}