diff --git a/frontend/templates/registration/forgot_password_done.html b/frontend/templates/registration/forgot_password_done.html index 4ae7faffc9a1b96323878fb3b53d6342eee86ae7..aabcdf423fc75e8f97061b663fa1d9ef25ba673b 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 %}