description:gettext("Course teams are organized into topics created by course instructors. Try to join others in an existing team before you decide to create a new team!"),
title:gettext("Teams")
...
...
@@ -24,7 +25,7 @@
},
render:function(){
this.$el.text(this.text)
this.$el.text(this.text);
}
});
this.tabbedView=newTabbedView({
...
...
@@ -35,7 +36,9 @@
},{
title:gettext('Browse'),
url:'browse',
view:newTempTabView({text:'Browse team topics here.'})