From 4e00a69d962b5eaa0d1cb25a9e3307c07d1a327d Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 24 Jan 2019 11:00:38 -0500 Subject: [PATCH] Block own entity manager from adding cities. Shouldn't be able to add cities. --- views/admin/events/editLocation.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/views/admin/events/editLocation.html b/views/admin/events/editLocation.html index e08a8da..f1150e4 100755 --- a/views/admin/events/editLocation.html +++ b/views/admin/events/editLocation.html @@ -103,8 +103,10 @@ City - -
Add a new City
+ {if !$lockedToMember} + +
Add a new City
+ {/if} -- 2.17.1