From: Steve Sutton Date: Tue, 3 Jul 2018 12:55:55 +0000 (-0400) Subject: Updating the contact list view. X-Git-Tag: v1.0.17^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=2a74141b8e4d5e1f6dd64a1f9b1dea9f25abe1e7;p=WP-Themes%2Fmigcsa.git Updating the contact list view. For the changes made to the data class for contacts. --- diff --git a/glm-member-db-contacts/views/front/contacts/list.html b/glm-member-db-contacts/views/front/contacts/list.html index 9e9a064..6501b3f 100644 --- a/glm-member-db-contacts/views/front/contacts/list.html +++ b/glm-member-db-contacts/views/front/contacts/list.html @@ -118,7 +118,7 @@ and open the template in the editor. {if $contact.addr2}
{$contact.addr2}
{/if} {if $contact.zip or $contact.city.name or $contact.state.name}
- {if $contact.city.name}{$contact.city.name},{/if} + {if $contact.city}{$contact.city},{/if} {if $contact.state.name}{$contact.state.name}{/if} {if $contact.zip}{$contact.zip}{/if}
{/if}