From 4a8307e16a9b8cd8b3f1911b15ba52f252d6071a Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Fri, 12 May 2023 17:56:17 +0200 Subject: [PATCH] Fix display of user --- internal/models/motions.go | 2 +- ui/html/base.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 @@