Add support for buildout and move the files to the directory to support buildout structure.
{% 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 %}