From fac7acaea147491b1f2ebdb1cac6f2aa67ac00a5 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 17 Jul 2018 15:28:11 -0400 Subject: [PATCH] Spouse email now shows spouse email instead of spouse field --- glm-member-db/views/front/members/list.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/glm-member-db/views/front/members/list.html b/glm-member-db/views/front/members/list.html index 5f93a77..ce01ece 100644 --- a/glm-member-db/views/front/members/list.html +++ b/glm-member-db/views/front/members/list.html @@ -365,19 +365,19 @@ {if apply_filters('glm_custom_fields', 'spouse phone', $member.id)}
Spouse Phone: 
-
{apply_filters('glm_custom_fields', 'spouse phone', $member.id)}
+
{apply_filters('glm_custom_fields', 'spouse phone', $member.id)}
{/if} {if apply_filters('glm_custom_fields', 'spouse email', $member.id)}
Spouse Email: 
-
{apply_filters('glm_custom_fields', 'spouse', $member.id)}
+
{apply_filters('glm_custom_fields', 'spouse email', $member.id)}
{/if} {if apply_filters('glm_custom_fields', 'children', $member.id)}
Children: 
-
{apply_filters('glm_custom_fields', 'children', $member.id)}
+
{apply_filters('glm_custom_fields', 'children', $member.id)}
{/if}