From: Chuck Scott Date: Thu, 26 Oct 2017 16:21:27 +0000 (-0400) Subject: List page now checking to see if there's any available events. X-Git-Tag: v1.0.0^2~316 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=82968f206a07ef866d315467f34f6854c8d4da32;p=WP-Plugins%2Fglm-member-db-registrations.git List page now checking to see if there's any available events. --- diff --git a/views/front/registrations/list.html b/views/front/registrations/list.html index 8542400..5e55926 100644 --- a/views/front/registrations/list.html +++ b/views/front/registrations/list.html @@ -1,5 +1,6 @@ {include file='front/registrations/header.html'}
+{if $haveRegEvents} {foreach $regEvents as $event}

{$event.event_name}

@@ -7,5 +8,8 @@
{/foreach} +{else} +

Sorry, no events are available for registration at this time.

+{/if}