local changes from server
[prawokultury.git] / prawokultury / templates / contact / register-speaker / thanks.html
1 {% extends "contact/thanks.html" %}
2 {% load i18n %}
3
4 {% block contact_form_description %}
5
6 <p class="notice">{% trans "Thank you for submitting your proposal." %}</p>
7
8 <p class="notice">{% trans "Your submission can be modified until July 31 using the unique link sent to you by e-mail." %}</p>
9
10 <p class="notice">{% trans "We will inform you of the open call results by the end of August." %}</p>
11
12 {% endblock %}
13