templates/about/developer.html
author Nishanth Amuluru <nishanth@fossee.in>
Thu, 06 Jan 2011 11:54:57 +0530
changeset 225 042dabb73a22
parent 186 c083ebb6f8d7
permissions -rw-r--r--
the report page now displays url of the uploaded attachment
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 - 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 %}