summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates
diff options
context:
space:
mode:
authorPierre-Yves Chibon <pingou@pingoured.fr>2012-12-11 17:46:12 +0100
committerPierre-Yves Chibon <pingou@pingoured.fr>2012-12-11 17:46:12 +0100
commite48642a6124302d4e7231a1fd8a3306c6577c3fe (patch)
tree49e5eca133e9b371a19d1a521b374be4db854316 /hyperkitty/templates
parent0e6a2c13517b57dd1952bfb102aaedea253270aa (diff)
downloadhyperkitty-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.html2
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>