diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/user.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/user.tmpl b/templates/user.tmpl index 7aaefa7..823e6d5 100644 --- a/templates/user.tmpl +++ b/templates/user.tmpl @@ -125,6 +125,9 @@ <div class="user-profile-decription"> {{EmojiFilter .User.Note .User.Emojis}} </div> + {{if .User.Fields}}{{range .User.Fields}} + <div>{{.Name}} - {{.Value}}</div> + {{end}}{{end}} </div> </div> |