We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c0de8 commit fd76a97Copy full SHA for fd76a97
web/templates/registration/login.html
@@ -27,11 +27,11 @@
27
</div>
28
<div class="form-group">
29
<a class="btn btn-default" style="font-size: 0.8em" role="button"
30
- href="{% url 'social:begin' 'facebook' %}?next={{ request.path }}">
+ href="{% url 'social:begin' 'facebook' %}?next={{ next }}">
31
<i class="fa fa-facebook fa-lg"></i> {% trans 'Facebook' %}
32
</a>
33
34
- href="{% url 'social:begin' 'google-oauth2' %}?next={{ request.path }}">
+ href="{% url 'social:begin' 'google-oauth2' %}?next={{ next }}">
35
<i class="fa fa-google fa-lg"></i> {% trans 'Google' %}
36
37
0 commit comments