From ad309f1036d9d85899c3d3199070d92dd96b1710 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Fri, 30 Sep 2016 15:42:14 -0700 Subject: provide ability for admin to change account password --- view/tpl/admin_accounts.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/tpl/admin_accounts.tpl') diff --git a/view/tpl/admin_accounts.tpl b/view/tpl/admin_accounts.tpl index 53f5f1aba..c2a50e3ff 100755 --- a/view/tpl/admin_accounts.tpl +++ b/view/tpl/admin_accounts.tpl @@ -62,9 +62,9 @@ {{$u.account_id}} {{if $u.blocked}} - {{$u.account_email}} + {{$u.account_email}} {{else}} - {{$u.account_email}} + {{$u.account_email}} {{/if}} {{$u.channels}} {{$u.account_created}} -- cgit v1.2.3