author | Nishanth Amuluru <nishanth@fossee.in> |
Wed, 05 Jan 2011 23:51:10 +0530 | |
changeset 220 | 807e4b701a20 |
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 - Manager |
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 Manager has the right to request normal users to become managers or developers. |
c083ebb6f8d7
finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff
changeset
|
7 |
{% endblock %} |