diff options
-rw-r--r-- | templates/user.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/user.tmpl b/templates/user.tmpl index b8b3754..f6750c6 100644 --- a/templates/user.tmpl +++ b/templates/user.tmpl @@ -75,6 +75,7 @@ <input type="submit" value="mute" class="btn-link"> </form> {{end}} + {{if .User.Pleroma.Relationship.Following}} - {{if .User.Pleroma.Relationship.ShowingReblogs}} <form class="d-inline" action="/follow/{{.User.ID}}?reblogs=false" method="post"> @@ -87,6 +88,7 @@ <input type="submit" value="show retweets" class="btn-link"> </form> {{end}} + {{end}} </div> {{end}} <div> |