diff --git a/cms/templates/js/textbook-show.underscore b/cms/templates/js/textbook-show.underscore index cc4cdeba81..0afcdea4d3 100644 --- a/cms/templates/js/textbook-show.underscore +++ b/cms/templates/js/textbook-show.underscore @@ -3,7 +3,7 @@ <% if(chapters.length > 1) {%> <%= chapters.length %> PDF Chapters <% } else if(chapters.length === 1) { %> - <%= chapters.at(0).asset_path %> + <%= chapters.at(0).get("asset_path") %> <% } %> <%= gettext("view in course") %>