From b2c05ae4df39eea2c5de176e4c1b69210afd0013 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Tue, 28 Jan 2014 13:10:19 +0100 Subject: PAM page Signed-off-by: Petr Vobornik Reviewed-by: Simo Sorce --- templates/login/pam.html | 77 ++++++++++++++++++++++++++---------------------- 1 file changed, 42 insertions(+), 35 deletions(-) (limited to 'templates') diff --git a/templates/login/pam.html b/templates/login/pam.html index 0e83f12..b856731 100644 --- a/templates/login/pam.html +++ b/templates/login/pam.html @@ -1,36 +1,43 @@ - - - - - {{ title }} - - - - -
- -
-

- {{ help_text }} -

-
-

- -
- -

-

- -
- -

-

- -

-
-
+{% extends "master.html" %} +{% block main %} + +{% if error %} +
+
+

{{ error }}

+
+
+ +{% endif %} + + + +
+

{{description}}

+
+ +{% endblock %} -- cgit