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

Edit assembly details

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

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

The title is descriptive and has no arbitrary restrictions.


{{ form.description }}

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


{{ form.scheduledStart }}

This is the time and date when you assembly will be scheduled to start. Format: YYYY-MM-DD HH:MM:SS


{{ form.location }}

This is the scheduled location of the assembly.


Please check the details and

{% endblock %}