Testing registration link addition feature/addlist
authorLaury GvR <laury@gaslightmedia.com>
Fri, 19 May 2017 19:21:24 +0000 (15:21 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 19 May 2017 19:21:24 +0000 (15:21 -0400)
views/admin/events/list.html

index b276465..4a55727 100644 (file)
@@ -77,6 +77,7 @@
                     <th>Last Date</th>
                     <th></th>
                     <th></th>
+                    <th></th>
                 </tr>
             </thead>
             <tbody>
                     <td>
                         <a href="{$siteBaseUrl}event-detail/{$e.name_slug}/" target="_blank">View Event</a>
                     </td>
+                    {apply_filters('glm_members_admin_events_list_table_data', $e.id)}
                 </tr>
         {/foreach}
     {else}