diff --git a/ui/templates/hydra_error.gohtml b/ui/templates/hydra_error.gohtml index 57e9d2a..f60f605 100644 --- a/ui/templates/hydra_error.gohtml +++ b/ui/templates/hydra_error.gohtml @@ -1,10 +1,9 @@ {{ define "content" }} -
- CAcert +

{{ .Title }}

{{ .Explanation }} {{ if .ErrorMessage }}
{{ .ErrorMessage }}
{{ end }} -
+ {{ end }} \ No newline at end of file