{% extends "regform.html" %} {% block helppage %}

This page lets you suggest a session topic for the {{ event.title }}.

Fill the Title, Description and Topic mandatory fields. You can also add links to existing Launchpad blueprints you created on the same subject, or add additional notes to further explain your idea to the PTL or lead responsible for selecting the content.

You should pay special attention to the Topic, as you can't change it yourself later. Available topics are:

{% for topic in topics %}

{{topic.name}}: {{topic.description}}

{% endfor %}

When you've completed the form, click on the Suggest button to suggest it to the topic manager who will be reviewing the submissions. You'll be notified of status changes on your proposal by email notification.

{% endblock %} {% block formtitle %}

Suggest a session

{% endblock %} {% block formfooter %} Cancel {% endblock %}