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

This screen lets you change the details of a proposed session.

Note that you cannot change the topic you proposed your session in. You'll have to ask the topic lead to redirect your suggestion to another topic.

{% endblock %} {% block formtitle %}

Edit proposed {{proposal.topic.name}} session

{% endblock %} {% block formfooter %} {% if proposal.proposer == user and proposal.status != 'A' and proposal.status != 'S' %} Delete {% endif %} Cancel {% endblock %}