diff --git a/templates/profile_auto.html b/templates/profile_auto.html
index b65bd56..8f0dc69 100644
--- a/templates/profile_auto.html
+++ b/templates/profile_auto.html
@@ -3,7 +3,7 @@
{{ if .UserID }}
{{ $gqm := atoi (.Gin.Query "mode") }}
{{ $global := . }}
- {{ with (.Get "users/full?id=%d" .UserID) }}
+ {{ with (.Get "users/ap/full?id=%d" .UserID) }}
{{ $favouritemode := _or $gqm .favourite_mode }}