diff --git a/templates/idp/login.gohtml b/templates/idp/login.gohtml index 8c0440b..9b65ffc 100644 --- a/templates/idp/login.gohtml +++ b/templates/idp/login.gohtml @@ -1,16 +1,43 @@ {{ define "content" }} -
+ CAcert

{{ .Title }}

{{ .csrfField }} - {{ if .errors.Form}}

{{ .errors.Form }}

{{ end }} - {{ if .errors.Email }}

{{ .errors.Email }}

{{ end }} + {{ if .errors.Form}}

{{ .errors.Form }}

{{ end }} -
- {{ if .errors.Password }}

{{ .errors.Password }}

{{ end }} +
+
+
+ + + +
+
+
+ {{ if .errors.Email }} +
{{ .errors.Email }}
{{ end }} +
-
+
+
+
+ + + + +
+
+ + {{ if .errors.Password }} +
{{ .errors.Password }}
{{ end }} +
{{ end }} \ No newline at end of file