diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/user.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/user.tmpl b/templates/user.tmpl index dccce7c..5342efe 100644 --- a/templates/user.tmpl +++ b/templates/user.tmpl @@ -20,6 +20,7 @@ {{if not .IsCurrent}} <div> <span> {{if .User.Pleroma.Relationship.FollowedBy}} follows you - {{end}} </span> + {{if .User.Pleroma.Relationship.BlockedBy}} blocks you - {{end}} {{if .User.Pleroma.Relationship.Following}} <form class="d-inline" action="/unfollow/{{.User.ID}}" method="post"> <input type="hidden" name="csrf_token" value="{{$.Ctx.CSRFToken}}"> |