diff options
-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> |