diff --git a/website/views/options/social/hall.jade b/website/views/options/social/hall.jade index 252f882761..26d95ed179 100644 --- a/website/views/options/social/hall.jade +++ b/website/views/options/social/hall.jade @@ -26,7 +26,7 @@ script(type='text/ng-template', id='partials/options.social.hall.heroes.html') input.form-control(type='text', ng-model='hero.contributor.text', placeholder=env.t('contribTitle')) .form-group label=env.t('contribLevel') - input.form-control(type='number', step="any", ng-model='hero.contributor.level') + input.form-control(type='number', ng-model='hero.contributor.level') small=env.t('contribHallText') |  a(target='_blank', href='https://trello.com/c/wkFzONhE/277-contributor-gear')=env.t('moreDetails')