diff -r eeef395a4e02 -r b592ed0b12b1 templates/task/report.html --- a/templates/task/report.html Thu Jan 06 00:17:53 2011 +0530 +++ b/templates/task/report.html Thu Jan 06 10:05:58 2011 +0530 @@ -10,6 +10,11 @@ {{rep.submitted_by}} | {{rep.attachment}}
{% endfor %} {% endif %} -some data
+{% if can_upload %} +Submit a report:
+
+{{ form.as_p }} +
+{% endif %} {% endblock %}