equal
deleted
inserted
replaced
1 {% extends 'base.html' %} |
|
2 {% block title %} |
|
3 PyTasks - Start here |
|
4 {% endblock %} |
|
5 {% block content %} |
|
6 PyTasks is a website designed to encourage open source participation of people. Now that you are registered, you are a |
|
7 contributor in the website. |
|
8 You can see your notifications and requests from the links available in side bar. |
|
9 You can browse all the tasks through the tasks link in the side bar.<br /> |
|
10 Choose a task <sup><a href="/about/task/" target="_blank">learn more</a></sup> of your choice and claim it to start working on it.<br /> |
|
11 |
|
12 <!-- To know more on your rights in the website <a href="/about/contributor" target="_blank">click here</a>.<br /> --> |
|
13 <!-- To know more on tasks <a href="/about/task/" target="_blank">click here</a>.<br /> --> |
|
14 {% endblock %} |
|