render: function() {
      this.$el.html(this.template({
        locations: _.sortBy(this.locations, 'name')
      }));
      this.$el.removeClass(this.defaults.loadingClassEl);