{% extends "project/master.html"%} {% block title %}{{ project.name }} - Editing project{% endblock %} {% block content %}

Edit project {{ project.name }}

Please update the details of your project as appropriate. Please make sure all fields marked with a * are filled in.

To add, edit, or delete members from this project, please continue to the member administration page.
To add, edit, or delete services for this project, please continue to the service administration page.

{% if form.has_errors %}

Sorry, the following problems prevented your edits from being saved.

{% endif %}
Project details

{{ project.name }}

The project "unix" name can not be changed except for in extreme circumstances. If you really must change the "unix" name of your project please contact the {{ systemServiceName }} administrators.

{{ form.title }}

The "title" is descriptive, and has no arbitrary restrictions.


{{ form.licenses }}

Please select all licenses that apply to your project. (Select more than one by holding down the Ctrl key on a PC/Linux box, or the Command/Apple key on a Mac)

{{ form.description }}

This is the description of your project which will be shown on the project summary page, in search results, etc. Feel free to use concise and catchy wording. There is no length limit.


Please check your details and
{% endblock %}