summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Stephen Lee2017-09-19 18:11:13 +0530
committerThomas Stephen Lee2017-09-19 18:11:13 +0530
commitbc4cf9a3dc3abc27a03b0fa09eeddb1da8af7af7 (patch)
treebd93543e7d153a71456a6605845881981bf4bfbe
parentc39d8ee7f6bcd4839467d305d0f0b4392ede9104 (diff)
downloadSciPy2017-bc4cf9a3dc3abc27a03b0fa09eeddb1da8af7af7.tar.gz
SciPy2017-bc4cf9a3dc3abc27a03b0fa09eeddb1da8af7af7.tar.bz2
SciPy2017-bc4cf9a3dc3abc27a03b0fa09eeddb1da8af7af7.zip
added redirect url
-rwxr-xr-xwebsite/templates/cfp.html2
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:&nbsp;
- <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>&nbsp;
+ <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>&nbsp;
<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>