From c7bf1fe5f43de129da1d40d9e592a8740f1203ea Mon Sep 17 00:00:00 2001 From: Patricio Kumagae <pkumagae@boletinoficial.gob.ar> Date: Fri, 5 Jul 2019 15:09:02 -0300 Subject: [PATCH] Tarea #19703 --- frontend/templates/registration/forgot_password_done.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/templates/registration/forgot_password_done.html b/frontend/templates/registration/forgot_password_done.html index 4ae7faf..aabcdf4 100644 --- a/frontend/templates/registration/forgot_password_done.html +++ b/frontend/templates/registration/forgot_password_done.html @@ -26,10 +26,8 @@ You should have received a copy of the GNU General Public License along with thi <div class="row"> <section> <div class="feedback"> - <img src="images/email.svg" alt="" width="200px"> <h1>Chequeá tu correo electrónico</h1> <p>Hemos enviado a tu correo electrónico los pasos para restablecer tu contraseña.</p> - <a href="#" class="btn btn-default btn-lg">Reenviar correo</a> <a href="/accounts/login/" class="btn btn-primary">Ir al inicio</a> </div> @@ -38,4 +36,4 @@ You should have received a copy of the GNU General Public License along with thi </main> {% include 'footer.html' %} -{% endblock %} \ No newline at end of file +{% endblock %} -- GitLab