{% extends "base.html" %} {% block title %}Submit Talk Proposal{% endblock %} {% block content %}

Submit Talk Proposal

{% include '_errors.html' %}
{% if not user.is_authenticated %}
Are you a member of this site? {{ login_form }}

Speaker Registration {{ register_form }}
{% endif %}
Talk Submission {{ talk_form }}
{% if message %} {% endif %} {% endblock content %}