Files
crm_ecosplay/templates/unsubscribe/success.html.twig
Serreau Jovann 0e1f249cc3 fix: remplacement emails - contact@ devient client@, monitor@ devient notification@
- contact@e-cosplay.fr remplace par client@e-cosplay.fr dans 87 fichiers
  (PDFs, templates, emails, controllers, DocuSeal submitters)
- monitor@e-cosplay.fr remplace par notification@e-cosplay.fr dans 4 fichiers
  (webhooks DocuSeal, commandes DNS/NDD, controller echeancier)
- Ajout lien "En savoir plus sur notre association" vers www.e-cosplay.fr
  sur la page migration SITECONSEIL

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 15:11:08 +02:00

15 lines
691 B
Twig

{% extends 'base.html.twig' %}
{% block title %}Desabonnement - Association E-Cosplay{% endblock %}
{% block body %}
<div class="flex items-center justify-center min-h-[calc(100vh-4rem)] px-4">
<div class="w-full max-w-sm glass-heavy p-8 text-center">
<div class="text-green-600 text-4xl mb-4">&#10003;</div>
<h1 class="text-lg font-bold uppercase mb-2">Desabonnement confirme</h1>
<p class="text-sm text-gray-500">L'adresse <strong>{{ email }}</strong> ne recevra plus d'emails commerciaux de E-Cosplay.</p>
<p class="text-xs text-gray-400 mt-4">Pour vous reabonner, contactez <strong>client@e-cosplay.fr</strong>.</p>
</div>
</div>
{% endblock %}