From e3707c5b5326468a75ee8d983ff77fded1995d83 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Fri, 26 Apr 2013 18:59:42 +0200 Subject: Autodetect the enabled authentication backends --- hyperkitty/templates/login.html | 57 ++++++++++++++++++++++++----------------- 1 file changed, 33 insertions(+), 24 deletions(-) (limited to 'hyperkitty/templates') diff --git a/hyperkitty/templates/login.html b/hyperkitty/templates/login.html index 4a27031..fb82c44 100644 --- a/hyperkitty/templates/login.html +++ b/hyperkitty/templates/login.html @@ -15,36 +15,45 @@

Login with your email

{% if use_internal_auth %}

Login with username and password

-
+ {% csrf_token %} {{ form|crispy }}
-- cgit