diff options
author | r <r@freesoftwareextremist.com> | 2023-09-08 14:46:40 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2023-09-08 14:46:40 +0000 |
commit | 426e9ad14f299a674b672d256ca8644281ec267f (patch) | |
tree | 9462f5592b99938925bf394390f9ff757b173bff /templates | |
parent | 8a26dd19084e8846a0ca97c328b0a1e7b5cf10a9 (diff) | |
download | bloat-426e9ad14f299a674b672d256ca8644281ec267f.tar.gz bloat-426e9ad14f299a674b672d256ca8644281ec267f.zip |
Fix display name and title on mute page
Diffstat (limited to 'templates')
-rw-r--r-- | templates/mute.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mute.tmpl b/templates/mute.tmpl index 47d0533..ee66b91 100644 --- a/templates/mute.tmpl +++ b/templates/mute.tmpl @@ -1,6 +1,6 @@ {{with .Data}} {{template "header.tmpl" (WithContext .CommonData $.Ctx)}} -<div class="page-title"> Mute {{.User.Acct}} </div> +<div class="page-title"> Mute {{EmojiFilter (HTML .User.DisplayName) .User.Emojis | Raw}} @{{.User.Acct}} </div> <form action="/mute/{{.User.ID}}" method="POST"> <input type="hidden" name="csrf_token" value="{{$.Ctx.CSRFToken}}"> |