Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Poppins
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Patricio Kumagae
Poppins
Commits
367f43a3
Commit
367f43a3
authored
5 years ago
by
Patricio Kumagae
Browse files
Options
Downloads
Patches
Plain Diff
Tarea #19703
parent
509715ff
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
frontend/templates/registration/forgot_password_complete.html
+2
-2
2 additions, 2 deletions
...tend/templates/registration/forgot_password_complete.html
frontend/templates/registration/forgot_password_done.html
+1
-0
1 addition, 0 deletions
frontend/templates/registration/forgot_password_done.html
with
3 additions
and
2 deletions
frontend/templates/registration/forgot_password_complete.html
+
2
−
2
View file @
367f43a3
...
...
@@ -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 %}
This diff is collapsed.
Click to expand it.
frontend/templates/registration/forgot_password_done.html
+
1
−
0
View file @
367f43a3
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment