remove admin checkbox from Hall - not needed now that level/tier 8 and 9 automatically turn on hero.contributor.admin

This commit is contained in:
Alice Harris
2014-08-16 06:34:03 +10:00
parent a745673961
commit bfc446c41e
-5
View File
@@ -35,11 +35,6 @@ script(type='text/ng-template', id='partials/options.social.hall.heroes.html')
.form-group
textarea.form-control(cols=5, placeholder=env.t('contributions'), ng-model='hero.contributor.contributions')
include ../../shared/formatting-help
.form-group
.checkbox
label
input(type='checkbox', ng-model='hero.contributor.admin')
=env.t('admin')
hr
.form-group