8 lines
306 B
HTML
Executable File
8 lines
306 B
HTML
Executable File
{extends file="contact.html"}
|
|
|
|
{block name="contact-form"}
|
|
<div class="contact-success alert alert-success" style="text-align: center">
|
|
<h2 class="icon-comments">{intl l="Thanks !"}</h2>
|
|
<p>{intl l="Thanks for your message, we will contact as soon as possible."}</p>
|
|
</div>
|
|
{/block} |