{% extends "project-base.html" %} {% block title %} {{project.name}} project settings {% endblock %} {% block content %}
{{csrf_token()}}
{{valid.summary("description")}}
{{valid.summary("website")}}
Project Visibility

Source code repositories

Git and Mercurial repositories help you share this project's source code with your collaborators.

Mailing lists

Mailing lists give users a place to ask questions about the project or send patches to contribute to the code.

Ticket trackers

Bug trackers give you a place to organize your tasks and record known defects.

Delete project

Remove {{project.name}} from the project hub.

{% endblock %}