{% extends "proposal/master.html"%} {% block title %}Submit Proposal{% endblock %} {% block content %}

Submit proposal to {{ domainObject.getLabelValue }}

Please enter the details of your new proposal below.

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

The proposal title is descriptive, has no arbitrary restrictions, and can be changed.


{{ 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 your details and

{% endblock %}