From e05ccf385cb6423d18ce39e325c86c9ffd4656fa Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 23 Aug 2017 14:00:39 -0400 Subject: [PATCH] Update for schedule forms Need ending form tag for off Canvas. --- views/front/apis/schedule.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/front/apis/schedule.html b/views/front/apis/schedule.html index 5bf63df..754b2b4 100644 --- a/views/front/apis/schedule.html +++ b/views/front/apis/schedule.html @@ -139,7 +139,7 @@ jQuery(document).ready(function(){
{/if} {$content} -{if $inDropDown} +{if $inDropDown || $offCanvas} {/if}
-- 2.17.1