Skip to content
Snippets Groups Projects
Commit 2de45d03 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

forward to home when login after password reset

parent 7f60006b
No related branches found
Tags v0.2.70
No related merge requests found
Pipeline #68569 passed
......@@ -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
......@@ -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',
......
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