diff options
Diffstat (limited to 'templates/header.html')
-rw-r--r-- | templates/header.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/header.html b/templates/header.html index 5f777bb..a6fc69e 100644 --- a/templates/header.html +++ b/templates/header.html @@ -12,4 +12,11 @@ CAcert Board Decisions{{ if .PageTitle }} - {{ .PageTitle }}{{ end}} </head> <body> <h1>{{ template "pagetitle" . }}</h1> +{{ with .Flashes }} +<ul class="flash-messages"> +{{ range . }} + <li>{{ . }}</li> +{{ end }} +</ul> +{{ end }} {{ end }}
\ No newline at end of file |