templates/task/report.html
changeset 220 807e4b701a20
child 221 a3de0d3c60a3
--- /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 %}