Display grace period note even if not below requirements

This commit is contained in:
riking 2014-09-13 14:02:07 -07:00 committed by Sam
parent 36b5f73e57
commit 4aabc44264
1 changed files with 3 additions and 0 deletions

View File

@ -116,6 +116,9 @@
<i class="fa fa-lock"></i> {{i18n admin.user.tl3_requirements.locked_will_not_be_demoted}}
{{else}} {{! tl not locked }}
<i class="fa fa-check"></i> {{i18n admin.user.tl3_requirements.qualifies}}
{{#if leaderRequirements.on_grace_period}}
{{i18n admin.user.tl3_requirements.on_grace_period}}
{{/if}}
{{/if}}
{{/if}}
{{else}} {{! is not leader }}