From bfc446c41e70e4279d082bd2ee61701d1dc93a90 Mon Sep 17 00:00:00 2001 From: Alice Harris Date: Sat, 16 Aug 2014 06:34:03 +1000 Subject: [PATCH] remove admin checkbox from Hall - not needed now that level/tier 8 and 9 automatically turn on hero.contributor.admin --- views/options/social/hall.jade | 5 ----- 1 file changed, 5 deletions(-) diff --git a/views/options/social/hall.jade b/views/options/social/hall.jade index 0879e1c84c..880890e57d 100644 --- a/views/options/social/hall.jade +++ b/views/options/social/hall.jade @@ -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