Files
NightSpire/home/templates/emails/activation.html
T

7 lines
323 B
HTML

<h1>Bienvenido, {{ username }}</h1>
<p>Gracias por registrarte en {{ NOMBRE_SERVIDOR }}.</p>
<p>Para activar tu cuenta, haz clic en el siguiente enlace:</p>
<a href="{{ activation_link }}">ACTIVAR LA CUENTA</a>
<p>Si el botón no funciona, copia y pega el siguiente enlace en tu navegador:</p>
<p>{{ activation_link }}</p>