now subtasks and dependencies in view_task page and other task_lists in home page are displayed as bulleted lists.
{% extends 'base.html' %}
{% block title %}
PyTasks - About - Manager
{% endblock %}
{% block content %}
A Manager has the right to request normal users to become managers or developers.
{% endblock %}