From 1ad5220573b7aa9d7e9036f640256a88f61b8b0c Mon Sep 17 00:00:00 2001
From: Manuel Kaufmann {% trans "Sign Up" %}
{% blocktrans %}Already have an account? Then please sign in.{% endblocktrans %}
{% if organization %} {% blocktrans trimmed with organization.name as organization_name %} diff --git a/readthedocs/templates/socialaccount/snippets/provider_list.html b/readthedocs/templates/socialaccount/snippets/provider_list.html index 04501d64803..7299538d04a 100644 --- a/readthedocs/templates/socialaccount/snippets/provider_list.html +++ b/readthedocs/templates/socialaccount/snippets/provider_list.html @@ -19,7 +19,7 @@ {% endfor %} {% endif %} {% if provider.id != 'bitbucket' %} - {% if signup_providers and provider.id in signup_providers or not signup_providers %} + {% if allowed_providers and provider.id in allowed_providers or not allowed_providers %}