49 lines
1.3 KiB
Plaintext
49 lines
1.3 KiB
Plaintext
<%- include('../../template_parts/head')%>
|
|
|
|
<body>
|
|
|
|
<!-- ---------------------------------- -->
|
|
<!-- HEADER -->
|
|
<!-- ---------------------------------- -->
|
|
<%- include('../../template_parts/header_tunnel')%>
|
|
|
|
<main>
|
|
|
|
<!-- TITRE DE LA PAGE -->
|
|
<%- include('../template_parts/rassemblementidf_titrepage')%>
|
|
|
|
|
|
<article class="stage_formulaire_cont form_adhesion">
|
|
|
|
<section>
|
|
|
|
<h1>Echec du paiement</h1>
|
|
|
|
<div class="">
|
|
<div>
|
|
<p>La paiement avec la carte bancaire a échoué.</p>
|
|
<p>Vous pouvez recommencer une nouvelle inscription.</p>
|
|
</div>
|
|
</div>
|
|
|
|
</section>
|
|
|
|
<form action="post_recap_modifier" method="post" class="">
|
|
<button type="submit" class="button_icone">
|
|
<span class="btn_icone">+</span><span class="btn_texte">RECOMMENCER</span>
|
|
</button>
|
|
</form>
|
|
</article>
|
|
</main>
|
|
|
|
<!-- ---------------------------------- -->
|
|
<!-- FOOTER -->
|
|
<!-- ---------------------------------- -->
|
|
<%- include('../../template_parts/footer')%>
|
|
|
|
</body>
|
|
<!-- JAVASCRIPT d'EXECUTION -->
|
|
|
|
|
|
|
|
</html> |