summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprathamesh2016-07-08 11:30:03 +0530
committerprathamesh2016-07-09 00:12:17 +0530
commit7b61ac1c1c8c43b07afe90682f809013be857777 (patch)
tree323f35dd71f87aea59b1d2eac4d15d4e040b4a1e
parentadede6225083d3d4cb2df6c2fb40e494b9df31a1 (diff)
downloadonline_test-7b61ac1c1c8c43b07afe90682f809013be857777.tar.gz
online_test-7b61ac1c1c8c43b07afe90682f809013be857777.tar.bz2
online_test-7b61ac1c1c8c43b07afe90682f809013be857777.zip
next query string not required
-rw-r--r--yaksh/templates/yaksh/login.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/yaksh/templates/yaksh/login.html b/yaksh/templates/yaksh/login.html
index 63e6919..0a78c1b 100644
--- a/yaksh/templates/yaksh/login.html
+++ b/yaksh/templates/yaksh/login.html
@@ -20,10 +20,10 @@
<br><center><a href="{{URL_ROOT}}/exam/forgotpassword/">Forgot Password?</a></center><br>
<center><a href="{{URL_ROOT}}/exam/register/">New User? Sign-Up </a></center>
<h3> Login with </h3>
- <a class="btn btn-social-icon btn-google" href="{% url 'social:begin' 'google-oauth2' %}?next={{ request.path }}">
+ <a class="btn btn-social-icon btn-google" href="{% url 'social:begin' 'google-oauth2' %}">
<span class="fa fa-google" style="background-color: #dd4b39;" ></span>
</a>
- <a class="btn btn-social-icon btn-facebook" href="{% url 'social:begin' 'facebook' %}?next={{ request.path }}">
+ <a class="btn btn-social-icon btn-facebook" href="{% url 'social:begin' 'facebook' %}">
<span class="fa fa-facebook" style="background-color: #3b5998;" ></span>
</a>
</form>