From 0e7872852f7b99fbc158c0159a2c8081845408fa Mon Sep 17 00:00:00 2001 From: Nishanth Amuluru Date: Thu, 6 Jan 2011 11:54:57 +0530 Subject: the report page now displays url of the uploaded attachment --- templates/task/report.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}
+{{rep.submitted_by}} | {{rep.attachment.name}}
{% endfor %} {% endif %}
-- cgit