Bookmarks List Pagination

TNL-2490
This commit is contained in:
muhammad-ammar
2015-06-30 12:01:59 +05:00
committed by muzaffaryousaf
parent 4304c66c54
commit fcbe595c8a
12 changed files with 480 additions and 75 deletions

View File

@@ -53,7 +53,7 @@ ${page_title_breadcrumbs(course_name())}
% endfor
% endif
% for template_name in ["bookmarks_list"]:
% for template_name in ["bookmarks-list"]:
<script type="text/template" id="${template_name}-tpl">
<%static:include path="bookmarks/${template_name}.underscore" />
</script>