summaryrefslogtreecommitdiff
path: root/templates/about/developer.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/about/developer.html')
-rw-r--r--templates/about/developer.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/about/developer.html b/templates/about/developer.html
new file mode 100644
index 0000000..b0a7713
--- /dev/null
+++ b/templates/about/developer.html
@@ -0,0 +1,8 @@
+{% extends 'base.html' %}
+{% block title %}
+ PyTasks - About - Developer
+{% endblock %}
+{% block content %}
+ A Developer has the right to post a task. The link is available on your homepage.<br />
+ <a href="/about/tasklife/" target="_blank">click here</a> to know the complete life cycle of a task.
+{% endblock %}