templates/about/task.html
changeset 219 f04a1ec7a07f
parent 218 59107ce0a618
equal deleted inserted replaced
218:59107ce0a618 219:f04a1ec7a07f
     1 {% extends 'base.html' %}
     1 {% extends 'base.html' %}
     2 {% block title %}
     2 {% block title %}
     3     PyTasks - About - Task
     3     PyTasks - About - Task
     4 {% endblock %}
     4 {% endblock %}
     5 {% block content %}
     5 {% block content %}
     6     A task is an entity that people can work on and get pynts for their work. Every task has credits which are given to
     6     A task is an entity that people can work on and get pynts for their work. Every task has pynts which are given to
     7     users working on the task. A task is created by a privileged user and he becomes a 
     7     users working on the task. A task is created by a privileged user and he becomes a 
     8     reviewer <sup><a href="/about/reviewer/" target="_blank">learn more</a></sup> for the task. 
     8     reviewer <sup><a href="/about/reviewer/" target="_blank">learn more</a></sup> for the task. 
     9     The task if open, can be claimed by other users if they would like to work on the task.<br /><br />
     9     The task if open, can be claimed by other users if they would like to work on the task.<br /><br />
    10     
    10     
    11     The task can be claimed by submitting a proposal in the view claims page. The link to view claims page is available on the task page. 
    11     The task can be claimed by submitting a proposal in the view claims page. The link to view claims page is available on the task page.