diff --git a/frontend/templates/registration/forgot_password_complete.html b/frontend/templates/registration/forgot_password_complete.html index e8be2dc6719f71709763e04402bcd7233b0c01e9..4c7e4c944630d5764277e1693841bf052fca9e24 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 aabcdf423fc75e8f97061b663fa1d9ef25ba673b..ace76b0f5f2f714a7faeb63bdc4f9f91646a9145 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>