From 8d7cf52037abb896164103e05643dcd38e76ea7a Mon Sep 17 00:00:00 2001 From: f0x Date: Wed, 10 May 2023 20:22:05 +0200 Subject: [PATCH] profile fields formatting --- web/template/profile.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/template/profile.tmpl b/web/template/profile.tmpl index 88b7ae535..96b7241b3 100644 --- a/web/template/profile.tmpl +++ b/web/template/profile.tmpl @@ -62,10 +62,10 @@
- {{ range .account.Fields }} + {{ range $field := .account.Fields }}
- {{.Name}} - {{.Value}} + {{emojify .account.Emojis (noescape $field.Name)}} + {{emojify .account.Emojis (noescape $field.Value)}}
{{ end }}