Found cut/paste error which was causing intermittent bug due to

overloaded template name.
This commit is contained in:
Don Mitchell
2012-12-15 16:36:23 -05:00
parent 521fa938b3
commit 7223c8ce13

View File

@@ -331,7 +331,7 @@ CMS.Views.Settings.Grading = CMS.Views.ValidatingView.extend({
// instantiates an editor template for each update in the collection
// Because this calls render, put it after everything which render may depend upon to prevent race condition.
window.templateLoader.loadRemoteTemplate("course_info_update",
window.templateLoader.loadRemoteTemplate("course_grade_policy",
"/static/client_templates/course_grade_policy.html",
function (raw_template) {
self.template = _.template(raw_template);