From 60416d6f33e94d44bab4e47e616b363b36dbd777 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 21 Jan 2014 14:56:42 -0800 Subject: fix the admin interface to pending registrations --- view/tpl/admin_users.tpl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'view/tpl/admin_users.tpl') diff --git a/view/tpl/admin_users.tpl b/view/tpl/admin_users.tpl index 3549dc5c2..65fffd17c 100755 --- a/view/tpl/admin_users.tpl +++ b/view/tpl/admin_users.tpl @@ -29,9 +29,8 @@ {{foreach $pending as $u}} - {{$u.created}} - {{$u.name}} - {{$u.email}} + {{$u.account_created}} + {{$u.account_email}} -- cgit v1.2.3