File tree 1 file changed +5
-5
lines changed
readthedocsext/theme/templates/account
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{% extends "account/base_entrance.html" %}
2
2
3
- {% load account socialaccount %}
4
- {% load crispy_forms_tags %}
5
- {% load i18n %}
3
+ {% load get_providers from socialaccount %}
4
+ {% load crispy from crispy_forms_tags %}
5
+ {% load trans blocktrans from i18n %}
6
6
7
7
{% block head_title %}
8
8
{% trans "Log in" %}
49
49
{% endblock authentication_email_text %}
50
50
</ a >
51
51
52
-
53
52
{% if USE_ORGANIZATIONS %}
54
53
< a class ="item "
55
- href ="{% url "saml_resolve_login " %}{% if redirect_field_value %}?{{ redirect_field_name }}={{ redirect_field_value }}{% endif %} ">
54
+ {# Link to the old dashboard, since the new dashboard doesn 't work for granting access to docs pages yet #}
55
+ href="https://readthedocs.com{% url "saml_resolve_login " %}{% if redirect_field_value %}?{{ redirect_field_name }}={{ redirect_field_value }}{% endif %} ">
56
56
< i class ="fas fa-shield-alt icon "> </ i >
57
57
{% trans "Single sign-on" %}
58
58
</ a >
You can’t perform that action at this time.
0 commit comments