From 5c7927e4f4b34c996b3b61e94251994077f09d35 Mon Sep 17 00:00:00 2001 From: kilo Date: Mon, 10 Jul 2017 05:55:57 +0200 Subject: [PATCH] load flag css in user torrents (#1141) --- templates/site/user/torrents.jet.html | 1 + 1 file changed, 1 insertion(+) 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 }}