From 457cb564508f6fff254b5a4d3d95b69feef0af74 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 18 Feb 2019 16:15:08 -0500 Subject: [PATCH] Update for not using county Need county to be 0X if not using it. --- views/admin/events/editLocation.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/views/admin/events/editLocation.html b/views/admin/events/editLocation.html index 0ac0930..c1485e5 100755 --- a/views/admin/events/editLocation.html +++ b/views/admin/events/editLocation.html @@ -30,6 +30,9 @@ {if !$settings.use_venue_locations} {/if} +{if $settings.enable_counties} + +{/if}
-- 2.17.1