From 367f43a30bdebd30ec85c8706ad67ad578cd25e4 Mon Sep 17 00:00:00 2001 From: Patricio Kumagae <pkumagae@boletinoficial.gob.ar> Date: Thu, 15 Aug 2019 11:10:25 -0300 Subject: [PATCH] Tarea #19703 --- frontend/templates/registration/forgot_password_complete.html | 4 ++-- frontend/templates/registration/forgot_password_done.html | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/templates/registration/forgot_password_complete.html b/frontend/templates/registration/forgot_password_complete.html index e8be2dc..4c7e4c9 100644 --- a/frontend/templates/registration/forgot_password_complete.html +++ b/frontend/templates/registration/forgot_password_complete.html @@ -16,7 +16,7 @@ <div class="row"> <section> <div class="feedback"> - <img src="images/check.svg" alt="" width="200px"> + <img src="{% static 'frontend/images/check.svg' %}" alt="" width="200px"> <h1>Tu contraseña ha sido cambiada</h1> <p>Ahora podés acceder a tu cuenta de BFA con tu nueva contraseña.</p> <a href="/accounts/login/" class="btn btn-primary">Ingresar</a> @@ -26,4 +26,4 @@ </main> {% include 'footer.html' %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/frontend/templates/registration/forgot_password_done.html b/frontend/templates/registration/forgot_password_done.html index aabcdf4..ace76b0 100644 --- a/frontend/templates/registration/forgot_password_done.html +++ b/frontend/templates/registration/forgot_password_done.html @@ -26,6 +26,7 @@ You should have received a copy of the GNU General Public License along with thi <div class="row"> <section> <div class="feedback"> + <img src="{% static 'frontend/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="/accounts/login/" class="btn btn-primary">Ir al inicio</a> -- GitLab