{% extends 'base.html' %} {% load ponyconf_tags i18n %} {% block proposetab %} class="active"{% endblock %} {% block content %}

{% trans "Thanks for your proposal" %}

{% trans "You can edit your talk at anytime:" %} {% if request.is_secure %}https{% else %}http{% endif %}://{{ site.domain }}{% url 'talk-proposal-edit' talk.token participant.token %}

{% trans "You can add an additionnal speaker:" %} {% if request.is_secure %}https{% else %}http{% endif %}://{{ site.domain }}{% url 'talk-proposal-speaker-add' talk.token %}

{% trans "You can edit your profile:" %} {% if request.is_secure %}https{% else %}http{% endif %}://{{ site.domain }}{% url 'talk-proposal-speaker-edit' talk.token participant.token %}

{% trans "An email has been sent to you with those URLs" %}

{% endblock %}