thisModule.getOrganizationPage(req, req.params.organization).then(function(content){
                qacServices.noCacheHeaders(res, 'html');
                content = html.html([qcsCommon.simpleHead(null, qacServices), content]);
                res.end(content.toHtmlDoc({pretty:true, title:req.params.organization+' qa-control'}));
            }).catch(function(err) {