From 86c5becf735c769d8cdde97b8f36897fde235f2b Mon Sep 17 00:00:00 2001 From: Patricio Kumagae <pkumagae@boletinoficial.gob.ar> Date: Fri, 14 Jun 2019 10:59:57 -0300 Subject: [PATCH] Tarea #19703 - [BFA: Registro] --- .../django_registration/activation_email_body.html | 4 ++-- .../templates/registration/forgot_password_email_body.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/templates/django_registration/activation_email_body.html b/frontend/templates/django_registration/activation_email_body.html index 241b90d..b7756f9 100644 --- a/frontend/templates/django_registration/activation_email_body.html +++ b/frontend/templates/django_registration/activation_email_body.html @@ -170,7 +170,7 @@ <table role="presentation" cellspacing="0" cellpadding="0" border="0" align="center" width="400" style="margin: auto;" class="email-container"> <tr> <td style="padding: 30px; text-align: center; border-bottom: #DDD 1px solid" bgcolor="#ffffff" width="100px"> - <a href="https://bfa.ar"><img src="https://registro.tst.bfa.ar/static/frontend/images/logo.png" width="139" height="100" alt="Blockchain Federal Argentina" border="0" style="background: #ffffff; color: #555555;"></a> + <a href="https://bfa.ar"><img src="https://registro.bfa.ar/static/frontend/images/logo.png" width="139" height="100" alt="Blockchain Federal Argentina" border="0" style="background: #ffffff; color: #555555;"></a> </td> </tr> </table> @@ -179,7 +179,7 @@ <td bgcolor="#ffffff" style="padding: 30px 30px; font-family: sans-serif; font-size: 16px; line-height: 190%; color: #555555; text-align: center;"> <h1>¡Bienvenido a BFA!</h1> <p>Para continuar es necesario que verifiques tu dirección de correo electrónico.</p> - <p>Hace click en el botón para poder completar el registro en Blockchain Federal Argentina.</p> + <p>Hacé click en el botón para poder completar el registro en Blockchain Federal Argentina.</p> </td> </tr> <tr> diff --git a/frontend/templates/registration/forgot_password_email_body.html b/frontend/templates/registration/forgot_password_email_body.html index 13cf608..f573ff9 100644 --- a/frontend/templates/registration/forgot_password_email_body.html +++ b/frontend/templates/registration/forgot_password_email_body.html @@ -167,7 +167,7 @@ <table role="presentation" cellspacing="0" cellpadding="0" border="0" align="center" width="400" style="margin: auto;" class="email-container"> <tr> <td style="padding: 30px; text-align: center; border-bottom: #DDD 1px solid" bgcolor="#ffffff" width="100px"> - <a href="https://bfa.ar"><img src="https://bfa.ar/themes/bfa/logo.svg" width="139" height="100" alt="NIC Argentina" border="0" style="background: #ffffff; color: #555555;"></a> + <a href="https://bfa.ar"><img src="https://registro.bfa.ar/static/frontend/images/logo.png" width="139" height="100" alt="Blockchain Federal Argentina" border="0" style="background: #ffffff; color: #555555;"></a> </td> </tr> </table> @@ -175,7 +175,7 @@ <tr> <td bgcolor="#ffffff" style="padding: 30px 30px; font-family: sans-serif; font-size: 16px; line-height: 190%; color: #555555; text-align: center;"> <h1>Cambiá tu contraseña</h1> - <p>Si solicitaste restablecer tu contraseña para acceder a BFA, hace click en el botón Cambiar contraseña.</b></p> + <p>Si solicitaste restablecer tu contraseña para acceder a BFA, hacé click en el botón Cambiar contraseña.</b></p> <p>Si no lo solicitaste, ignorá este correo.</p> </td> </tr> @@ -213,4 +213,4 @@ </body> </html> -{% endautoescape %} \ No newline at end of file +{% endautoescape %} -- GitLab