diff --git a/internal/router/frontend.go b/internal/router/frontend.go index 9a5fa75..91fd900 100644 --- a/internal/router/frontend.go +++ b/internal/router/frontend.go @@ -631,6 +631,7 @@ func registerFrontendRoutes(cfg *Config) { Description: collection.Description.String, Color: collection.Color.String, Icon: collection.Icon.String, + IsSystem: collection.IsSystemCollection.Bool, } var buf bytes.Buffer diff --git a/templates/collections.templ b/templates/collections.templ index 40c75bd..b8480d4 100644 --- a/templates/collections.templ +++ b/templates/collections.templ @@ -139,33 +139,35 @@ templ CollectionDetail(user User, collection CollectionData, books []handlers.Bo