Skip to content
Snippets Groups Projects
Commit 367f43a3 authored by Patricio Kumagae's avatar Patricio Kumagae
Browse files

Tarea #19703

parent 509715ff
No related branches found
No related tags found
No related merge requests found
......@@ -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 %}
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment