Modification de la page d'accusé de réception de message
This commit is contained in:
parent
1cd6d87481
commit
b926dac21b
1 changed files with 2 additions and 3 deletions
|
@ -2,11 +2,10 @@
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="modular-row bottom ">
|
<div class="modular-row bottom ">
|
||||||
{{ content|raw }}
|
|
||||||
|
|
||||||
<h2>{{ form.message }}</h2>
|
<h2>{{ form.message }}</h2>
|
||||||
<p>Voici le message que vous nous avez envoyé :</p>
|
|
||||||
|
|
||||||
{% include "forms/data.html.twig" %}
|
{{ content|raw }}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue