diff options
author | Thomas Stephen Lee | 2017-09-19 18:11:13 +0530 |
---|---|---|
committer | Thomas Stephen Lee | 2017-09-19 18:11:13 +0530 |
commit | bc4cf9a3dc3abc27a03b0fa09eeddb1da8af7af7 (patch) | |
tree | bd93543e7d153a71456a6605845881981bf4bfbe | |
parent | c39d8ee7f6bcd4839467d305d0f0b4392ede9104 (diff) | |
download | SciPy2017-bc4cf9a3dc3abc27a03b0fa09eeddb1da8af7af7.tar.gz SciPy2017-bc4cf9a3dc3abc27a03b0fa09eeddb1da8af7af7.tar.bz2 SciPy2017-bc4cf9a3dc3abc27a03b0fa09eeddb1da8af7af7.zip |
added redirect url
-rwxr-xr-x | website/templates/cfp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/cfp.html b/website/templates/cfp.html index ee8a739..83320b4 100755 --- a/website/templates/cfp.html +++ b/website/templates/cfp.html @@ -95,7 +95,7 @@ </form> <!-- </div> --> <p>Or Sign in with: - <a href="{% url 'social:begin' 'google-oauth2' %}" class="btn btn-social-icon " style="color:#dd4b39;"><i class="fa fa-google-plus" style="font-size:20px;"></i></a> + <a href="{% url 'social:begin' 'google-oauth2' %}?next={{ request.path }}" class="btn btn-social-icon " style="color:#dd4b39;"><i class="fa fa-google-plus" style="font-size:20px;"></i></a> <a href="{% url 'social:begin' 'facebook' %}?next={{ request.path }}" class=" btn btn-social-icon" style="color:#3b5998"><i class="fa fa-facebook-official" style="font-size:20px;"></i></a> </p> </div> |