From 253a56f47d99db28f3adc7cd8144078fb6f78be8 Mon Sep 17 00:00:00 2001 From: Lisa P Date: Thu, 7 Jan 2016 14:22:39 +0100 Subject: [PATCH] not use view in accounts --- app/templates/account.hbs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/templates/account.hbs b/app/templates/account.hbs index c68f5a7b..d6443d21 100644 --- a/app/templates/account.hbs +++ b/app/templates/account.hbs @@ -1,14 +1,15 @@ {{#if allHooks.isLoaded}}
+ {{#if config.billingEndpoint}}
- {{#if view.subscribed}} + {{#if subscribeButtonInfo.subscribed}} Subscription active! {{else}} - {{#if view.education}} + {{#if subscribeButtonInfo.education}} Educational account!