We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc6682 commit d0f32adCopy full SHA for d0f32ad
templates/registration/login.html
@@ -10,7 +10,7 @@
10
<h2>Login</h2>
11
{% if idp %}
12
<br>
13
- <a class="button" href="{% url 'social:begin' 'saml' %}?idp={{ idp }}">{{ sso_desc }}</a>
+ <a class="button" href="{% url 'social:begin' 'saml' %}?idp={{ idp }}&next={{ next }}">{{ sso_desc }}</a>
14
<hr width="500" align="left">
15
16
{% endif %}
@@ -45,7 +45,8 @@ <h2>Login</h2>
45
note_desc: "{{note_desc}}",
46
note_link: "{{note_link}}",
47
48
- singleSignOnLoginUrl: "{% url 'social:begin' 'saml' %}?idp={{ idp }}",
+ singleSignOnLoginUrl: "{% url 'social:begin' 'saml' %}?idp={{ idp }}&next={{ next }}",
49
+ {% else %}
50
51
};
52
</script>
0 commit comments