author | anoop |
Mon, 08 Mar 2010 13:37:26 +0530 | |
changeset 207 | 2de52334fe6c |
parent 186 | c083ebb6f8d7 |
permissions | -rw-r--r-- |
186
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
1 |
{% extends 'base.html' %} |
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
2 |
{% block title %} |
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
3 |
PyTasks - About - Developer |
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
4 |
{% endblock %} |
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
5 |
{% block content %} |
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
6 |
A Developer has the right to post a task. The link is available on your homepage.<br /> |
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
7 |
<a href="/about/tasklife/" target="_blank">click here</a> to know the complete life cycle of a task. |
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
8 |
{% endblock %} |