author | anoop |
Thu, 04 Mar 2010 15:58:27 +0530 | |
changeset 198 | b1a1a5017268 |
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 %} |