From 99679a800d41b7f886632487b9db5b4726e38f69 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Tue, 20 Jun 2023 21:54:55 +0100 Subject: [PATCH] userpage: add customizable message on page --- html/user.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/html/user.html b/html/user.html index b14c940..d04af15 100644 --- a/html/user.html +++ b/html/user.html @@ -73,7 +73,7 @@
-
+
{{ .strings.expiry }} @@ -83,6 +83,13 @@ {{ .strings.contactMethods }}
+ {{ if index . "PageMessageEnabled" }} + {{ if .PageMessageEnabled }} +
+ {{ .PageMessageContent }} +
+ {{ end }} + {{ end }}