Pluralize CMS.URL.TEXTBOOK

This commit is contained in:
David Baumgold
2013-06-25 16:35:18 -04:00
parent 77ae9a6a78
commit 9797b34c4e
2 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
<%block name="jsextra">
<script type="text/javascript">
CMS.URL.UPLOAD_ASSET = "${upload_asset_url}"
CMS.URL.TEXTBOOK = "${textbook_url}"
CMS.URL.TEXTBOOKS = "${textbook_url}"
window.section = new CMS.Models.Section({
id: "${course.id}",
name: "${course.display_name_with_default | h}"