{% extends 'program_base.html' %} {% block title %} Proposals | {{ block.super }} {% endblock %} {% block program_content %}
To submit a talk or other event for {{ camp.title }} you need to to the following:
If you experience problems submitting proposals here please let us know on IRC or by mail. You can also send an email with your proposal and the Content team will take care of creating it in the system.
Name | Status | Actions |
---|---|---|
{{ speakerproposal.name }} | {{ speakerproposal.proposal_status }} | Details {% if not camp.read_only %} Modify {% if speakerproposal.proposal_status == "pending" or speakerproposal.proposal_status == "approved" %} Submit {% else %} Submit {% endif %} Delete {% endif %} |
Title | Type | Status | Actions |
---|---|---|---|
{{ eventproposal.title }} | {{ eventproposal.event_type }} | {{ eventproposal.proposal_status }} | Details {% if not camp.read_only %} Modify {% if eventproposal.proposal_status == "pending" %} Submit {% else %} Submit {% endif %} Delete {% endif %} |