diff --git a/internal/models/motions.go b/internal/models/motions.go index d5e76af..d72e1b6 100644 --- a/internal/models/motions.go +++ b/internal/models/motions.go @@ -1,5 +1,5 @@ /* -Copyright 2017-2022 CAcert Inc. +Copyright 2017-2023 CAcert Inc. SPDX-License-Identifier: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/ui/html/base.html b/ui/html/base.html index 40b15dc..f862ba0 100644 --- a/ui/html/base.html +++ b/ui/html/base.html @@ -19,7 +19,7 @@ {{ with .User }}
- Authenticated as {{ .Name }} <{{ .Reminder }}> + Authenticated as {{ .Name }} <{{ .Reminder.String }}>
{{ end }} @@ -42,7 +42,7 @@