()
| 83 | } |
| 84 | |
| 85 | afterRender () { |
| 86 | super.afterRender() |
| 87 | if (!this.supermodel.finished()) { return } |
| 88 | if (me.get('anonymous')) { this.showReadOnly() } |
| 89 | this.patchesView = this.insertSubView(new PatchesView(this.course), this.$el.find('.patches-view')) |
| 90 | return this.patchesView.load() |
| 91 | } |
| 92 | |
| 93 | onPopulateI18N () { |
| 94 | return this.course.populateI18N() |