github.com/benoitkugler/goacve@v0.0.0-20201217100549-151ce6e55dc8/ressources/templates_mails/valide_mail.html (about)

     1  {{ define "content" }}
     2  <p>
     3      Afin d'éviter tout souci technique, nous vous demandons de bien vouloir <b>valider votre
     4          adresse mail</b> en cliquant sur le lien ci-dessous.
     5  </p>
     6  
     7  <table width="100%" style="text-align: center" cellpadding="5">
     8      <tr>
     9          <td></td>
    10          <td width="35%" bgcolor="#feee00"><a
    11                  style="text-decoration: none; color: #000000; display: inline-block; width: 100%;"
    12                  href="{{ safe .UrlValideInscription }}"><b>VALIDER MON ADRESSE</b></a></td>
    13          <td></td>
    14      </tr>
    15  </table>
    16  
    17  <p>
    18      <i>Remarque :</i> Une fois votre adresse validée, le centre d'inscription
    19      prendra en charge votre dossier et vous enverra un mail de confirmation.
    20      Un delai de quelques jours est naturel.
    21  </p>
    22  
    23  
    24  {{ end }}