-{% extends "contact/register/thanks.html" %}
\ No newline at end of file
+{% extends "contact/thanks.html" %}
+{% load i18n %}
+
+{% block contact_form_description %}
+
+<p class="notice">{% trans "Thank you for submitting your proposal." %}</p>
+
+<p class="notice">{% trans "Your submission can be modified until May 31st using the unique link sent to you by e-mail." %}</p>
+
+<p class="notice">{% trans "We will inform you of the open call results by the end of June." %}</p>
+
+{% endblock %}
+