diff options
author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-12-11 17:46:12 +0100 |
---|---|---|
committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2012-12-11 17:46:12 +0100 |
commit | e48642a6124302d4e7231a1fd8a3306c6577c3fe (patch) | |
tree | 49e5eca133e9b371a19d1a521b374be4db854316 /hyperkitty/templates | |
parent | 0e6a2c13517b57dd1952bfb102aaedea253270aa (diff) | |
download | hyperkitty-e48642a6124302d4e7231a1fd8a3306c6577c3fe.tar.gz hyperkitty-e48642a6124302d4e7231a1fd8a3306c6577c3fe.tar.xz hyperkitty-e48642a6124302d4e7231a1fd8a3306c6577c3fe.zip |
According to the documentation this specify the redirect url to browserid
Diffstat (limited to 'hyperkitty/templates')
-rw-r--r-- | hyperkitty/templates/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/login.html b/hyperkitty/templates/login.html index 6b6cb77..5db40bb 100644 --- a/hyperkitty/templates/login.html +++ b/hyperkitty/templates/login.html @@ -23,7 +23,7 @@ <li><a title="Yahoo" class="socialaccount_provider yahoo" href="{% url socialauth_begin backend='yahoo' %}"><img src="{{ STATIC_URL }}img/login/yahoo.png" alt="Yahoo"></a></li> <li> - <form method="post" action="{% url socialauth_complete "browserid" %}"> + <form method="post" action="{% url socialauth_complete "browserid" %}?{{next}}"> {% csrf_token %} <input type="hidden" name="assertion" value="" /> <a rel="nofollow" id="browserid" href="#"><img src="{{ STATIC_URL }}img/login/browserid.png" alt="Login using BrowserID" /></a> |