diff --git a/basetheme_bootstrap/templates/registration/password_reset_complete.html b/basetheme_bootstrap/templates/registration/password_reset_complete.html index 52a69a9ed2810ec571c1f3c0053bba23e97111b1..6468c0bd62ad003d639e1ad607ec4a0ba05f129d 100644 --- a/basetheme_bootstrap/templates/registration/password_reset_complete.html +++ b/basetheme_bootstrap/templates/registration/password_reset_complete.html @@ -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 diff --git a/setup.py b/setup.py index cbd5ad3e57df912cfafab68ea2a964f4005a1f16..b28b2b751ca8eb615798373dae670088a66a650b 100644 --- a/setup.py +++ b/setup.py @@ -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',