Merge pull request #1578 from sharelatex/jel-student-disclaimer

Show disclaimer on student subscription trials

GitOrigin-RevId: dfac98e74b3bc34742a179193cc8ce92deb14229
This commit is contained in:
Simon Detheridge 2019-03-04 12:00:17 +00:00 committed by James Allen
parent 97145847ef
commit 96759a90f4

View file

@ -33,7 +33,7 @@ block content
a(
ng-click="changeCurrency(currency)",
) {{currency}} ({{value['symbol']}})
.row(ng-if="planCode == 'student-annual' || planCode == 'student-monthly'")
.row(ng-if="planCode == 'student-annual' || planCode == 'student-monthly' || planCode == 'student_free_trial_7_days'")
.col-xs-12
p.student-disclaimer #{translate('student_disclaimer')}