total_1ère
This commit is contained in:
49
views/rassemblementra/page_templates/paiement_annule.ejs
Normal file
49
views/rassemblementra/page_templates/paiement_annule.ejs
Normal file
@@ -0,0 +1,49 @@
|
||||
<%- 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>
|
||||
Reference in New Issue
Block a user