From a5404362a09e598e85fa121c5859cfee315495da Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 13 Feb 2013 12:25:37 +0100 Subject: Make it possible to disable the internal user DB --- hyperkitty/templates/base.html | 10 ++++++---- hyperkitty/templates/login.html | 2 ++ 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'hyperkitty/templates') diff --git a/hyperkitty/templates/base.html b/hyperkitty/templates/base.html index 85b044e..93e0a6c 100644 --- a/hyperkitty/templates/base.html +++ b/hyperkitty/templates/base.html @@ -23,11 +23,13 @@ diff --git a/hyperkitty/templates/login.html b/hyperkitty/templates/login.html index 17d8d4b..e81c8b3 100644 --- a/hyperkitty/templates/login.html +++ b/hyperkitty/templates/login.html @@ -27,6 +27,7 @@ +{% if use_internal_auth %}

Login with username and password

@@ -38,6 +39,7 @@
+{% endif %} -- cgit