From 0da6b8120f64c7118dd8cb3459972078f1298078 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 11 Aug 2017 16:19:23 -0400 Subject: [PATCH] Update to get edit city cancel button to work. Update the id used for the editCityCancel button. --- views/admin/settings/cities.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/views/admin/settings/cities.html b/views/admin/settings/cities.html index 879c8e22..c8220147 100644 --- a/views/admin/settings/cities.html +++ b/views/admin/settings/cities.html @@ -29,7 +29,7 @@ - +
@@ -44,11 +44,11 @@

* Required

- Cancel + Cancel
- +

Cities

@@ -62,7 +62,7 @@ {if $haveCities} {assign var="i" value="0"} {foreach $cities as $t} - {if $i++ is odd by 1} + {if $i++ is odd by 1} {else} @@ -83,7 +83,7 @@ - + {include file='admin/footer.html'} -- 2.17.1