From 25d6e134b7e9450d828001c3021af01541a66f8c Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Fri, 7 Oct 2022 15:02:41 -0400 Subject: [PATCH] fix error creating new lots --- views/lot-edit.ejs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/views/lot-edit.ejs b/views/lot-edit.ejs index e3b3cd38..411831c4 100644 --- a/views/lot-edit.ejs +++ b/views/lot-edit.ejs @@ -363,9 +363,11 @@ <%- include('_footerA'); -%> +<% if (!isCreate) { %> +<% } %> <%- include('_footerB'); -%>