diff --git a/app/models/strain.js b/app/models/strain.js index b578418..d411a5d 100644 --- a/app/models/strain.js +++ b/app/models/strain.js @@ -6,7 +6,6 @@ export default DS.Model.extend({ speciesName: DS.attr('string'), strainName: DS.attr('string'), typeStrain: DS.attr('boolean'), - etymology: DS.attr('string'), accessionBanks: DS.attr('string'), genbankEmblDdb: DS.attr('string'), isolatedFrom: DS.attr('string'), diff --git a/app/templates/strains/show.hbs b/app/templates/strains/show.hbs index 3ee6490..a3e72f3 100644 --- a/app/templates/strains/show.hbs +++ b/app/templates/strains/show.hbs @@ -26,11 +26,7 @@ {{! ROW 3 }}