{% extends "project/master.html"%} {% block title %}{{ project.getLabelValue|escape }} - Edit Details{% endblock %} {% block content %}

Edit project details

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

{% include "snippets/formerrors.html" %}
Project details {{ form.title }}

The title is descriptive and has no arbitrary restrictions.


{{ 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.


{{ 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.isHidden }}

Check this box if your project is private.

Please check the details and

{% endblock %}