{% extends "assembly/master.html"%} {% block title %}Register Assembly{% endblock %} {% block content %}

Schedule new assembly at {{ site.getLabelValue }}

Please enter the details of the new assembly below.

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

For example, 'General Assembly' or 'Public Assembly'. The assembly title is descriptive, has no arbitrary restrictions, and can be changed.


{{ form.scheduledStart}}

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


{{ form.description }}

For example, the agenda and the process that will be followed.


Please check your details and

{% endblock %}