Fix display name and title on mute page
This commit is contained in:
parent
8a26dd1908
commit
426e9ad14f
|
@ -1,6 +1,6 @@
|
||||||
{{with .Data}}
|
{{with .Data}}
|
||||||
{{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
|
{{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">
|
<form action="/mute/{{.User.ID}}" method="POST">
|
||||||
<input type="hidden" name="csrf_token" value="{{$.Ctx.CSRFToken}}">
|
<input type="hidden" name="csrf_token" value="{{$.Ctx.CSRFToken}}">
|
||||||
|
|
Loading…
Reference in New Issue