# HG changeset patch # User Nishanth Amuluru # Date 1294295097 -19800 # Node ID 042dabb73a2298f019fc31b829d7b58802cf341a # Parent c41e38f362992742316b1f41b0093807447b1159 the report page now displays url of the uploaded attachment 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 %}