--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/task/report.html Wed Jan 05 23:51:10 2011 +0530 @@ -0,0 +1,7 @@ +{% extends 'base.html' %} +{% block title %} + {{task.title}} +{% endblock %} +{% block content %} + +{% endblock %}