From 8d4f776929e88f5f7461f4128b2dbd65789e7f8f Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 18 Feb 2019 16:21:30 -0500 Subject: [PATCH] One more try for reset of county need this in two places. --- views/admin/events/editLocation.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/views/admin/events/editLocation.html b/views/admin/events/editLocation.html index c1485e5..b23a294 100755 --- a/views/admin/events/editLocation.html +++ b/views/admin/events/editLocation.html @@ -30,9 +30,6 @@ {if !$settings.use_venue_locations} {/if} -{if $settings.enable_counties} - -{/if} + {else} + {/if} State: @@ -297,6 +296,8 @@ + {else} + {/if} State: -- 2.17.1
@@ -134,6 +131,8 @@