From 5ed03619983169786ca1271aaa9431549c0a1677 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Sun, 3 Jan 2016 21:32:28 +0100 Subject: [PATCH] Authentication: login via username / password --- umap/templates/registration/login.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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" %}