{% extends 'base.html' %} {% load crispy_forms_tags %} {% load ponyconf_tags i18n %} {% block proposetab %} class="active"{% endblock %} {% block content %}
{% if not request.user.is_authenticated %}
{% url 'proposal-mail-token' as mail_token_url %} {% blocktrans %}If you already have submitted a talk and you want to edit it or submit another one, please click here.{% endblocktrans %}
{% endif %}
{% csrf_token %} {{ speaker_form|crispy }} {{ talk_form|crispy }}
{% endblock %}