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

Edit proposal details

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

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

The title is descriptive and has no arbitrary restrictions.


{{ form.description }}

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


{{ form.actions }}

These are the actions of your proposal. Actions are undertaken after the proposal reaches consensus.


Please check the details and

{% endblock %}