diff --git a/templates/site/user/torrents.jet.html b/templates/site/user/torrents.jet.html index 3e5ede8c..c429a3a3 100644 --- a/templates/site/user/torrents.jet.html +++ b/templates/site/user/torrents.jet.html @@ -1,5 +1,6 @@ {{ extends "layouts/profile" }} {{ import "layouts/partials/menu/profile" }} +{{block additional_header()}}{{end}} {{ block profile_navigation()}}{{ yield profile_menu(route="profile") }}{{end}} {{block profile_content()}} {{ if len(UserProfile.Torrents) > 0 }}