templates/about/admin.html
author nishanth
Thu, 04 Mar 2010 19:08:47 +0530
changeset 205 0c317f68df49
parent 186 c083ebb6f8d7
child 219 f04a1ec7a07f
permissions -rw-r--r--
ditchaxed the claims model.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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 - Admin
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
    Admin is the user who has to approve assign of credits to any user for his/her work on the task.<br />
c083ebb6f8d7 finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff changeset
     7
    An Admin also has the right to request normal users to become admins or 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
     8
{% endblock %}