summaryrefslogtreecommitdiff
path: root/templates/task/report.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/task/report.html')
-rw-r--r--templates/task/report.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/task/report.html b/templates/task/report.html
new file mode 100644
index 0000000..d79c0c0
--- /dev/null
+++ b/templates/task/report.html
@@ -0,0 +1,7 @@
+{% extends 'base.html' %}
+{% block title %}
+ {{task.title}}
+{% endblock %}
+{% block content %}
+
+{% endblock %}