Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bryan BRANCOTTE
django-basetheme-bootstrap
Commits
2de45d03
Commit
2de45d03
authored
Nov 02, 2021
by
Bryan BRANCOTTE
Browse files
forward to home when login after password reset
parent
7f60006b
Pipeline
#68569
passed with stage
in 58 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
basetheme_bootstrap/templates/registration/password_reset_complete.html
View file @
2de45d03
...
...
@@ -5,5 +5,5 @@
{% block page_title %}{{ title }}{% endblock %}
{% block sub_message%}
{% trans "Your password has been set. You may go ahead and log in now." %}
<a
href=
"{{ login_url }}"
>
{% trans 'Log in' %}
</a>
<a
href=
"{{ login_url }}
?next={%url 'home'%}
"
>
{% trans 'Log in' %}
</a>
{% endblock %}
\ No newline at end of file
setup.py
View file @
2de45d03
...
...
@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup
(
name
=
'django-basetheme-bootstrap'
,
version
=
'0.2.
69
'
,
version
=
'0.2.
70
'
,
description
=
'Django Basetheme Bootstrap'
,
long_description
=
readme
,
author
=
'Bryan Brancotte'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment