diff --git a/umap/templates/registration/login.html b/umap/templates/registration/login.html index de881055..1b86f481 100644 --- a/umap/templates/registration/login.html +++ b/umap/templates/registration/login.html @@ -1,5 +1,18 @@ {% load i18n %} +{% if True %} {# TODO: replace by check, whether local login is enabled #} +
{% trans "Please log in with your account" %}
+ +
+
+ {% csrf_token %} + + + +
+
+{% endif %} +
{% trans "Please choose a provider" %}