{% extends "base.html" %} {% block title %}CodeMash Talks{% endblock %} {% block content %}

{% if edit_view %}Edit{% else %}Submit{% endif %} Proposal

{% if object.approved %}

Congratulations, your talk has been approved!

Scheduling Details

{% endif %}
{% csrf_token %}
Talk Details {{ form.as_p }}
{% endblock %}