From c658bbca2416bc1d3e51ef6072fea57151d40981 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 16 Mar 2021 12:32:20 +0100 Subject: simplify get_pending_accounts query so that it will work in postgres. this will introduce a regression in rendering the table background color. --- view/tpl/admin_accounts.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl') diff --git a/view/tpl/admin_accounts.tpl b/view/tpl/admin_accounts.tpl index 8d6506184..444905fc7 100644 --- a/view/tpl/admin_accounts.tpl +++ b/view/tpl/admin_accounts.tpl @@ -21,7 +21,7 @@ {{$u.reg_created}}
{{$u.reg_n}} {{if $u.reg_expires < $now}} ★EXPIRED★{{/if}} {{$u.reg_startup}}
{{$u.reg_expires}} - {{$u.reg_did2}}
{{$u.reg_vfd}} + {{$u.reg_did2}}
{{if $u.reg_vfd}}verified{{else}}not yet verified{{/if}} {{$u.reg_email}}
{{$u.reg_atip}} -- cgit v1.2.3