From f4620a8c69a71a4e99ed4e51346ec630f7c3aee2 Mon Sep 17 00:00:00 2001 From: r Date: Sun, 17 Jan 2021 05:44:07 +0000 Subject: Make redirection work without Referer header --- templates/user.tmpl | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'templates/user.tmpl') diff --git a/templates/user.tmpl b/templates/user.tmpl index 5ef411a..af6a8d1 100644 --- a/templates/user.tmpl +++ b/templates/user.tmpl @@ -23,11 +23,13 @@ {{if .User.Pleroma.Relationship.Following}}
+
{{else}}
+
{{end}} @@ -35,6 +37,7 @@ -
+
{{end}} @@ -42,11 +45,13 @@ {{if .User.Pleroma.Relationship.Subscribing}}
+
{{else}}
+
{{end}} @@ -55,11 +60,13 @@ {{if .User.Pleroma.Relationship.Blocking}}
+
{{else}}
+
{{end}} @@ -67,11 +74,13 @@ {{if .User.Pleroma.Relationship.Muting}}
+
{{else}}
+
{{end}} @@ -80,11 +89,13 @@ {{if .User.Pleroma.Relationship.ShowingReblogs}}
+
{{else}}
+
{{end}} -- cgit v1.2.3