diff --git a/umap/templates/registration/login.html b/umap/templates/registration/login.html index 1b86f481..0835651e 100644 --- a/umap/templates/registration/login.html +++ b/umap/templates/registration/login.html @@ -13,6 +13,7 @@ {% endif %} +{% if backends.backends|length %}
{% trans "Please choose a provider" %}
@@ -24,3 +25,4 @@ {% endfor %}
+{% endif %}