diff --git a/templates/user.tmpl b/templates/user.tmpl index bdaf974..afebd9f 100644 --- a/templates/user.tmpl +++ b/templates/user.tmpl @@ -144,7 +144,7 @@ {{if .User.Fields}}
{{range .User.Fields}} -
{{.Name}} - {{.Value | Raw}}
+
{{.Name}} - {{EmojiFilter .Value $.Data.User.Emojis | Raw}}
{{end}}
{{end}}