diff -r daca865314e7 -r 4252da60a4ef pytask/templates/task/view_report.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pytask/templates/task/view_report.html Tue Jan 11 17:40:14 2011 +0530 @@ -0,0 +1,12 @@ +{% extends 'base.html' %} +{% block content %} +Report for {{report.task.title}}
+ +
+Description:
+{{ report.data|linebreaksbr }} +
+Summary: {{ report.summary }}
+
+Attachment: {{report.attachment.name}} +{% endblock %}