From: anthony Date: Wed, 31 Jan 2018 20:45:13 +0000 (-0500) Subject: adding city id to the city search dropdown to preserve the city X-Git-Tag: v1.0.0^2~56 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=caa32af9fa9bb89cfc387aa1c6d61274dfaa37fd;p=WP-Themes%2Fwmta.git adding city id to the city search dropdown to preserve the city preserving city search query in the dropdown --- diff --git a/glm-member-db-events/views/front/events/searchForm.html b/glm-member-db-events/views/front/events/searchForm.html index a49145e..cad1b7a 100644 --- a/glm-member-db-events/views/front/events/searchForm.html +++ b/glm-member-db-events/views/front/events/searchForm.html @@ -51,7 +51,7 @@ {foreach $cities as $city} {if $city.name !== '' && !empty($city.name)} - + {/if} {/foreach}