61 lines
1.4 KiB
Plaintext
61 lines
1.4 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 par carte bancaire a échoué</p>
|
|
<p>Veuillez contacter l'association pour payer par un autre moyen</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> |